diff options
| author | Tyge Løvset <[email protected]> | 2020-03-20 15:30:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-20 15:30:45 +0100 |
| commit | a4dd1d19ec328613ae4577178b1c7e7bbdcc94e9 (patch) | |
| tree | 7bf9b5a3ac661cb9a24af11b2e2af0ecfd5ed3b1 /benchmark.cpp | |
| parent | 312c7feaa0d1475b836d26f6ddb53b67d6a2e803 (diff) | |
| download | STC-modified-a4dd1d19ec328613ae4577178b1c7e7bbdcc94e9.tar.gz STC-modified-a4dd1d19ec328613ae4577178b1c7e7bbdcc94e9.zip | |
Add files via upload
Diffstat (limited to 'benchmark.cpp')
| -rw-r--r-- | benchmark.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark.cpp b/benchmark.cpp index 9fdbb8fe..660cdfd4 100644 --- a/benchmark.cpp +++ b/benchmark.cpp @@ -5,9 +5,9 @@ #include <unordered_map>
#include <c_lib/cstring.h>
#include <c_lib/cmap.h>
-#include "bytell_hash_map.hpp"
-#include "robin_hood.hpp"
-
+#include "others/bytell_hash_map.h"
+#include "others/robin_hood.h"
+#include "others/khash.h"
declare_CMap(ii, int64_t, int64_t);
declare_CVector_string(s);
|
