diff options
| author | Tyge Løvset <[email protected]> | 2020-03-21 00:32:49 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-21 00:32:49 +0100 |
| commit | fa86677fb79d16163bd1c7d6c1bd128f0a1c3ee9 (patch) | |
| tree | 49ac4143d0f6022208e05d4b33fb929c24c4bc63 /benchmark.cpp | |
| parent | 1b24185612d2ed2428c6632d6d55eabd5e2a5798 (diff) | |
| download | STC-modified-fa86677fb79d16163bd1c7d6c1bd128f0a1c3ee9.tar.gz STC-modified-fa86677fb79d16163bd1c7d6c1bd128f0a1c3ee9.zip | |
Add files via upload
Diffstat (limited to 'benchmark.cpp')
| -rw-r--r-- | benchmark.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark.cpp b/benchmark.cpp index a043df04..2686c79c 100644 --- a/benchmark.cpp +++ b/benchmark.cpp @@ -5,8 +5,8 @@ #include <unordered_map>
#include <c_lib/cstring.h>
#include <c_lib/cmap.h>
-#include "others/bytell_hash_map.h"
-#include "others/robin_hood.h"
+#include "others/bytell_hash_map.hpp"
+#include "others/robin_hood.hpp"
#include "others/khash.h"
declare_CMap(ii, int64_t, int64_t);
|
