Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'programs/benchmark-iostreams/main.cpp')
-rw-r--r--programs/benchmark-iostreams/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/benchmark-iostreams/main.cpp b/programs/benchmark-iostreams/main.cpp
index 8c680a14..3e005cdf 100644
--- a/programs/benchmark-iostreams/main.cpp
+++ b/programs/benchmark-iostreams/main.cpp
@@ -38,7 +38,7 @@ Distributed under the Boost Software License, Version 1.0.
#include <iostream>
#include <vector>
-namespace afio = AFIO_V2_NAMESPACE;
+namespace afio = LLFIO_V2_NAMESPACE;
using QUICKCPPLIB_NAMESPACE::algorithm::small_prng::small_prng;
inline uint64_t ticksclock()