summaryrefslogtreecommitdiff
path: root/project2/common/exceptions.cpp
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-04-04 23:07:21 +0000
committerrandomdan <randomdan@localhost>2013-04-04 23:07:21 +0000
commit3876f59b7c32573475c86f3cd135239fbb41da20 (patch)
tree1b2f902bdc2c0e460d6e2c80ef21010f8ba31d8d /project2/common/exceptions.cpp
parentSplit variable and variabletype code into separate files (diff)
downloadproject2-3876f59b7c32573475c86f3cd135239fbb41da20.tar.bz2
project2-3876f59b7c32573475c86f3cd135239fbb41da20.tar.xz
project2-3876f59b7c32573475c86f3cd135239fbb41da20.zip
Fix pch header inclusions and missing headers for no-pch building
Diffstat (limited to 'project2/common/exceptions.cpp')
-rw-r--r--project2/common/exceptions.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/project2/common/exceptions.cpp b/project2/common/exceptions.cpp
index 4f061ab..b6dd5ba 100644
--- a/project2/common/exceptions.cpp
+++ b/project2/common/exceptions.cpp
@@ -1,7 +1,9 @@
-#include <pch.hpp>
+#include "pch.hpp"
#include "exceptions.h"
+#include "logger.h"
#include <stdlib.h>
#include <stdio.h>
+#include <error.h>
numeric_error::numeric_error(int e) :
err(e),