summaryrefslogtreecommitdiffhomepage
path: root/benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark.cpp')
-rw-r--r--benchmark.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark.cpp b/benchmark.cpp
index 660cdfd4..a3500ff0 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);