diff options
Diffstat (limited to 'test/UnitTests.cc')
-rw-r--r-- | test/UnitTests.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/UnitTests.cc b/test/UnitTests.cc index 16e7e520..2c5c0406 100644 --- a/test/UnitTests.cc +++ b/test/UnitTests.cc @@ -1,3 +1,5 @@ +#include <system.hh> + #include <cppunit/CompilerOutputter.h> #include <cppunit/TestResult.h> #include <cppunit/TestResultCollector.h> @@ -8,6 +10,7 @@ #include <cppunit/extensions/TestFactoryRegistry.h> #include "UnitTests.h" + #include "utils.h" // Create the CppUnit registry |