summaryrefslogtreecommitdiff
path: root/tests/test_db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_db.cpp')
-rw-r--r--tests/test_db.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_db.cpp b/tests/test_db.cpp
index 31e7bf6..9649087 100644
--- a/tests/test_db.cpp
+++ b/tests/test_db.cpp
@@ -24,10 +24,11 @@
#include <boost/test/unit_test.hpp>
#include <string>
-#include <cchecker/log.h>
#include <dbfixture.h>
#include <app_event_operators.h>
+#include "common/log.h"
+
BOOST_FIXTURE_TEST_SUITE(DB_TEST, DBFixture)
BOOST_AUTO_TEST_CASE(DB_app_positive) {