summaryrefslogtreecommitdiff
path: root/project2/common/cache.cpp
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-09-01 00:30:21 +0000
committerrandomdan <randomdan@localhost>2011-09-01 00:30:21 +0000
commit2f7cca7106523c0837fb96f74d745dc254fa41e9 (patch)
tree0824c1f402a316684e305035102702f40ed07a2b /project2/common/cache.cpp
parentThe big reshuffle (diff)
downloadproject2-2f7cca7106523c0837fb96f74d745dc254fa41e9.tar.bz2
project2-2f7cca7106523c0837fb96f74d745dc254fa41e9.tar.xz
project2-2f7cca7106523c0837fb96f74d745dc254fa41e9.zip
Add precompiled headers to common
Diffstat (limited to 'project2/common/cache.cpp')
-rw-r--r--project2/common/cache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/common/cache.cpp b/project2/common/cache.cpp
index 1dc435f..1c078fb 100644
--- a/project2/common/cache.cpp
+++ b/project2/common/cache.cpp
@@ -1,3 +1,4 @@
+#include <pch.hpp>
#include "cache.h"
#include "rowSet.h"
#include "rowProcessor.h"