From a4dd1d19ec328613ae4577178b1c7e7bbdcc94e9 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Fri, 20 Mar 2020 15:30:45 +0100 Subject: Add files via upload --- benchmark.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'benchmark.cpp') diff --git a/benchmark.cpp b/benchmark.cpp index 9fdbb8fe..660cdfd4 100644 --- a/benchmark.cpp +++ b/benchmark.cpp @@ -5,9 +5,9 @@ #include #include #include -#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); -- cgit v1.2.3