diff options
author | randomdan <randomdan@localhost> | 2013-06-21 00:35:26 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2013-06-21 00:35:26 +0000 |
commit | 3e272a84cc55be2213e02e52485888b93d4b39e9 (patch) | |
tree | 37edb686a3cc59dd314d2a725552a25ced7c014a /project2/common/variableConvert.cpp | |
parent | Split the plugable stuff into its own files/classes (diff) | |
download | project2-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/variableConvert.cpp')
-rw-r--r-- | project2/common/variableConvert.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/variableConvert.cpp b/project2/common/variableConvert.cpp index 69082de..737a856 100644 --- a/project2/common/variableConvert.cpp +++ b/project2/common/variableConvert.cpp @@ -1,4 +1,4 @@ -#include "pch.hpp" +#include <pch.hpp> #include "variables.h" #include "exceptions.h" #include <boost/lexical_cast.hpp> |