summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/benchmark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/benchmark.c b/examples/benchmark.c
index bf516e28..4d7a2fd1 100644
--- a/examples/benchmark.c
+++ b/examples/benchmark.c
@@ -8,8 +8,8 @@
#ifdef __cplusplus
#include <unordered_map>
-#include "others/bytell_hash_map.hpp"
-#include "others/robin_hood.hpp"
+#include "../others/bytell_hash_map.hpp"
+#include "../others/robin_hood.hpp"
#endif
// Visual Studio: compile with -TP to force C++: cl -TP -EHsc -O2 benchmark.c