aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/VectorTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/VectorTest.cpp')
-rw-r--r--CommonLibs/VectorTest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/CommonLibs/VectorTest.cpp b/CommonLibs/VectorTest.cpp
index 6958889..ad5c473 100644
--- a/CommonLibs/VectorTest.cpp
+++ b/CommonLibs/VectorTest.cpp
@@ -28,6 +28,10 @@
#include "Vector.h"
#include <iostream>
+// We must have a gConfig now to include Vector.
+#include "Configuration.h"
+ConfigurationTable gConfig;
+
using namespace std;
typedef Vector<int> TestVector;