diff options
author | randomdan <randomdan@localhost> | 2013-04-04 23:39:42 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2013-04-04 23:39:42 +0000 |
commit | fc3fe401efc928377fd87f6ff52e24cd52f922be (patch) | |
tree | 44c111268b148d57244c7008b1691c8e5f967e3b /project2/common/variables | |
parent | Rename p2web library to p2cgicommon (diff) | |
download | project2-fc3fe401efc928377fd87f6ff52e24cd52f922be.tar.bz2 project2-fc3fe401efc928377fd87f6ff52e24cd52f922be.tar.xz project2-fc3fe401efc928377fd87f6ff52e24cd52f922be.zip |
Move non p2 specific components into a supporting library, build libmisc into this too
Diffstat (limited to 'project2/common/variables')
-rw-r--r-- | project2/common/variables/lookup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/variables/lookup.cpp b/project2/common/variables/lookup.cpp index 41326c2..19884e5 100644 --- a/project2/common/variables/lookup.cpp +++ b/project2/common/variables/lookup.cpp @@ -1,6 +1,6 @@ #include "../pch.hpp" #include "../variables.h" -#include "../safeMapFind.h" +#include <safeMapFind.h> #include "../logger.h" #include "../rowProcessor.h" #include "../rowSet.h" |