summaryrefslogtreecommitdiff
path: root/project2/common/cache.cpp
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-06-21 00:35:26 +0000
committerrandomdan <randomdan@localhost>2013-06-21 00:35:26 +0000
commit3e272a84cc55be2213e02e52485888b93d4b39e9 (patch)
tree37edb686a3cc59dd314d2a725552a25ced7c014a /project2/common/cache.cpp
parentSplit the plugable stuff into its own files/classes (diff)
downloadproject2-3e272a84cc55be2213e02e52485888b93d4b39e9.tar.bz2
project2-3e272a84cc55be2213e02e52485888b93d4b39e9.tar.xz
project2-3e272a84cc55be2213e02e52485888b93d4b39e9.zip
Fix the gch usage quirk with a silly hack and a load of small changes
Diffstat (limited to 'project2/common/cache.cpp')
-rw-r--r--project2/common/cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/cache.cpp b/project2/common/cache.cpp
index eb342c5..9be5845 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"