From 6ec68511f5f5533507e27e9781a50b487a7d651a Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Mon, 22 Jun 2020 09:02:04 +0200 Subject: Update benchmark.c --- examples/benchmark.c | 4 ++-- 1 file 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 -#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 -- cgit v1.2.3