summaryrefslogtreecommitdiffhomepage
path: root/benchmark.cpp
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-20 19:08:39 +0100
committerGitHub <[email protected]>2020-03-20 19:08:39 +0100
commitf7ee57a835d2e7eefa2f564fac873c699d80d6c1 (patch)
tree7d6356c8d43fe3a6a0e38f39422513e75c244b83 /benchmark.cpp
parent3519d5b7794cf0646f440e53829e2e2d29d292ba (diff)
downloadSTC-modified-f7ee57a835d2e7eefa2f564fac873c699d80d6c1.tar.gz
STC-modified-f7ee57a835d2e7eefa2f564fac873c699d80d6c1.zip
Update benchmark.cpp
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);