diff options
author | randomdan <randomdan@localhost> | 2013-04-04 23:07:21 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2013-04-04 23:07:21 +0000 |
commit | 8ab2cd748fba09dabd53dc7e570ad8c2a5aee0a9 (patch) | |
tree | 1b2f902bdc2c0e460d6e2c80ef21010f8ba31d8d /project2/common/cache.cpp | |
parent | Split variable and variabletype code into separate files (diff) | |
download | project2-8ab2cd748fba09dabd53dc7e570ad8c2a5aee0a9.tar.bz2 project2-8ab2cd748fba09dabd53dc7e570ad8c2a5aee0a9.tar.xz project2-8ab2cd748fba09dabd53dc7e570ad8c2a5aee0a9.zip |
Fix pch header inclusions and missing headers for no-pch building
Diffstat (limited to 'project2/common/cache.cpp')
-rw-r--r-- | project2/common/cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/cache.cpp b/project2/common/cache.cpp index 9be5845..eb342c5 100644 --- a/project2/common/cache.cpp +++ b/project2/common/cache.cpp @@ -1,4 +1,4 @@ -#include <pch.hpp> +#include "pch.hpp" #include "cache.h" #include "rowSet.h" #include "rowProcessor.h" |