From 379297638fcb89bdff368489764289e8ae593912 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 23 Sep 2021 18:58:19 +0100 Subject: Add missing includes --- slicer/db/sqlTablePatchSerializer.h | 1 + slicer/db/testPatch.cpp | 1 + slicer/db/testSelect.cpp | 1 + 3 files changed, 3 insertions(+) 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 #include #include 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 #include #include +#include #include #include #include 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 #include #include +#include #include #include #include -- cgit v1.2.3