summaryrefslogtreecommitdiff
path: root/src/db/sql_query.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/sql_query.cpp')
-rw-r--r--src/db/sql_query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/sql_query.cpp b/src/db/sql_query.cpp
index c39be95..0968717 100644
--- a/src/db/sql_query.cpp
+++ b/src/db/sql_query.cpp
@@ -20,7 +20,7 @@
* @brief This file is the implementation of SQL queries
*/
-#include <dpl/db/sql_connection.h>
+#include <cchecker/dpl/db/sql_connection.h>
#include <cchecker/sql_query.h>
#include <cchecker/log.h>