diff options
| author | KunoiSayami <[email protected]> | 2021-11-15 11:57:39 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-15 11:57:39 +0800 |
| commit | 0406eca917270ebc4d05b20de4eecc45645d60f0 (patch) | |
| tree | e3dcf31673b0ae38669317cfce82b5bd6ff3ed2d /db/skiplist.h | |
| parent | ff62cbaad13d4bd309de5d3dda8c7051325d5663 (diff) | |
feat: Add skiplist cuda version
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'db/skiplist.h')
| -rw-r--r-- | db/skiplist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skiplist.h b/db/skiplist.h index 13df778..a59b45b 100644 --- a/db/skiplist.h +++ b/db/skiplist.h @@ -31,7 +31,7 @@ #include <cassert> #include <cstdlib> -#include "util/arena.cuh" +#include "util/arena.h" #include "util/random.h" namespace leveldb { |
