diff options
Diffstat (limited to 'slicer/db/sqlTablePatchSerializer.cpp')
-rw-r--r-- | slicer/db/sqlTablePatchSerializer.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/slicer/db/sqlTablePatchSerializer.cpp b/slicer/db/sqlTablePatchSerializer.cpp index 7c29be5..b136b15 100644 --- a/slicer/db/sqlTablePatchSerializer.cpp +++ b/slicer/db/sqlTablePatchSerializer.cpp @@ -1,10 +1,12 @@ +#include "sqlTablePatchSerializer.h" #include "sqlCommon.h" #include "sqlInsertSerializer.h" -#include "sqlTablePatchSerializer.h" #include <compileTimeFormatter.h> -#include <functional> +#include <connection.h> +#include <memory> #include <scopeExit.h> -#include <slicer/metadata.h> +#include <string> +#include <tablepatch.h> namespace Slicer { AdHocFormatter(ttname, "slicer_tmp_%?"); |