diff options
| author | Tyge Løvset <[email protected]> | 2020-06-22 09:02:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-22 09:02:04 +0200 |
| commit | 6ec68511f5f5533507e27e9781a50b487a7d651a (patch) | |
| tree | da6e63ee8785e69e8f4704527df486ccf3f4c93e /examples | |
| parent | 310dc2f67df981a34c5e8afa64faa7d7ca6c3035 (diff) | |
| download | STC-modified-6ec68511f5f5533507e27e9781a50b487a7d651a.tar.gz STC-modified-6ec68511f5f5533507e27e9781a50b487a7d651a.zip | |
Update benchmark.c
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/benchmark.c | 4 |
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
|
