diff options
Diffstat (limited to 'project2/sql/sqlTest.cpp')
-rw-r--r-- | project2/sql/sqlTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/sql/sqlTest.cpp b/project2/sql/sqlTest.cpp index a4375f1..f45b2c9 100644 --- a/project2/sql/sqlTest.cpp +++ b/project2/sql/sqlTest.cpp @@ -1,4 +1,4 @@ -#include "pch.hpp" +#include <pch.hpp> #include "sqlTest.h" #include "scriptLoader.h" #include "selectcommand.h" |