diff options
Diffstat (limited to 'src/test/DBTest.cpp')
-rw-r--r-- | src/test/DBTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/DBTest.cpp b/src/test/DBTest.cpp index e80814c..99dedff 100644 --- a/src/test/DBTest.cpp +++ b/src/test/DBTest.cpp @@ -1,6 +1,7 @@ -#include <crepe/facade/DB.h> #include <gtest/gtest.h> +#include <crepe/facade/DB.h> + using namespace std; using namespace crepe; using namespace testing; |