summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-06-22 09:02:04 +0200
committerGitHub <[email protected]>2020-06-22 09:02:04 +0200
commit6ec68511f5f5533507e27e9781a50b487a7d651a (patch)
treeda6e63ee8785e69e8f4704527df486ccf3f4c93e /examples
parent310dc2f67df981a34c5e8afa64faa7d7ca6c3035 (diff)
downloadSTC-modified-6ec68511f5f5533507e27e9781a50b487a7d651a.tar.gz
STC-modified-6ec68511f5f5533507e27e9781a50b487a7d651a.zip
Update benchmark.c
Diffstat (limited to 'examples')
-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