diff options
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);
|
