aboutsummaryrefslogtreecommitdiff
path: root/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Exception.cpp')
-rw-r--r--Exception.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Exception.cpp b/Exception.cpp
index 52e30dc..c6dd60b 100644
--- a/Exception.cpp
+++ b/Exception.cpp
@@ -2,6 +2,7 @@
#include <cstdarg>
#include <cstdio>
+#include <cstdlib>
Exception::Exception(const char * fmt, ...) {
va_list args;
@@ -20,4 +21,4 @@ Exception::~Exception() {
const char * Exception::what() {
return error;
-} \ No newline at end of file
+}