summaryrefslogtreecommitdiff
path: root/project2/sql/sqlBulkLoad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/sql/sqlBulkLoad.cpp')
-rw-r--r--project2/sql/sqlBulkLoad.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/project2/sql/sqlBulkLoad.cpp b/project2/sql/sqlBulkLoad.cpp
index b26b0c8..73cd5e0 100644
--- a/project2/sql/sqlBulkLoad.cpp
+++ b/project2/sql/sqlBulkLoad.cpp
@@ -1,5 +1,7 @@
-#include <pch.hpp>
+#include "pch.hpp"
#include "task.h"
+#include <commonObjects.h>
+#include "rdbmsDataSource.h"
#include "scopeObject.h"
#include "stream.h"