summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/vector_vs_deque.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/vector_vs_deque.cpp')
-rw-r--r--benchmarks/vector_vs_deque.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/vector_vs_deque.cpp b/benchmarks/vector_vs_deque.cpp
index c9e612f2..a488b7ab 100644
--- a/benchmarks/vector_vs_deque.cpp
+++ b/benchmarks/vector_vs_deque.cpp
@@ -8,7 +8,7 @@
#include <stc/cvec.h>
#include <stc/cdeq.h>
#include <stc/cstr.h>
-#include <stc/crand.h>
+#include <stc/crandom.h>
typedef struct {const char* first; int second;} Si;
using_cvec(si, Si, c_no_compare);