summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slicer/db/sqlTablePatchSerializer.h1
-rw-r--r--slicer/db/testPatch.cpp1
-rw-r--r--slicer/db/testSelect.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/slicer/db/sqlTablePatchSerializer.h b/slicer/db/sqlTablePatchSerializer.h
index 9a82f85..025e122 100644
--- a/slicer/db/sqlTablePatchSerializer.h
+++ b/slicer/db/sqlTablePatchSerializer.h
@@ -1,6 +1,7 @@
#ifndef SLICER_DB_SQLTABLEPATCHSERIALIZER_H
#define SLICER_DB_SQLTABLEPATCHSERIALIZER_H
+#include <connection.h>
#include <slicer/serializer.h>
#include <tablepatch.h>
diff --git a/slicer/db/testPatch.cpp b/slicer/db/testPatch.cpp
index 70068e2..7c52ea6 100644
--- a/slicer/db/testPatch.cpp
+++ b/slicer/db/testPatch.cpp
@@ -5,6 +5,7 @@
#include <boost/date_time/posix_time/posix_time_io.hpp>
#include <boost/test/unit_test.hpp>
#include <common.h>
+#include <connection.h>
#include <slicer/slicer.h>
#include <testModels.h>
#include <types.h>
diff --git a/slicer/db/testSelect.cpp b/slicer/db/testSelect.cpp
index 0e765f2..7ff5e00 100644
--- a/slicer/db/testSelect.cpp
+++ b/slicer/db/testSelect.cpp
@@ -4,6 +4,7 @@
#include <boost/date_time/posix_time/posix_time_io.hpp>
#include <boost/test/unit_test.hpp>
#include <common.h>
+#include <connection.h>
#include <slicer/slicer.h>
#include <sqlExceptions.h>
#include <testModels.h>