aboutsummaryrefslogtreecommitdiff
path: root/src/test/mruset_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mruset_tests.cpp')
-rw-r--r--src/test/mruset_tests.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/test/mruset_tests.cpp b/src/test/mruset_tests.cpp
index 64a6678a73..638c88fabe 100644
--- a/src/test/mruset_tests.cpp
+++ b/src/test/mruset_tests.cpp
@@ -1,13 +1,16 @@
-#include <boost/test/unit_test.hpp>
-
-using namespace std;
-
#include "mruset.h"
+
#include "util.h"
+#include <set>
+
+#include <boost/test/unit_test.hpp>
+
#define NUM_TESTS 16
#define MAX_SIZE 100
+using namespace std;
+
class mrutester
{
private: