diff options
Diffstat (limited to 'libcxx/benchmarks/GenerateInput.hpp')
-rw-r--r-- | libcxx/benchmarks/GenerateInput.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/benchmarks/GenerateInput.hpp b/libcxx/benchmarks/GenerateInput.hpp index affd5412519..9d5adac4af4 100644 --- a/libcxx/benchmarks/GenerateInput.hpp +++ b/libcxx/benchmarks/GenerateInput.hpp @@ -137,4 +137,6 @@ inline std::vector<const char*> getRandomCStringInputs(size_t N) { cinputs.push_back(str.c_str()); return cinputs; } + + #endif // BENCHMARK_GENERATE_INPUT_HPP |