summaryrefslogtreecommitdiff
path: root/libs/unordered/test/exception/rehash_exception_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/unordered/test/exception/rehash_exception_tests.cpp')
-rw-r--r--libs/unordered/test/exception/rehash_exception_tests.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/unordered/test/exception/rehash_exception_tests.cpp b/libs/unordered/test/exception/rehash_exception_tests.cpp
index 2de210f56b..0426e5898d 100644
--- a/libs/unordered/test/exception/rehash_exception_tests.cpp
+++ b/libs/unordered/test/exception/rehash_exception_tests.cpp
@@ -3,8 +3,6 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-#include "../helpers/prefix.hpp"
-
#include "./containers.hpp"
#include <string>
#include "../helpers/random_values.hpp"
@@ -13,7 +11,7 @@
#include <iostream>
-test::seed_t seed(3298597);
+test::seed_t initialize_seed(3298597);
template <class T>
struct rehash_test_base : public test::exception_base