aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-06-03 12:20:52 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-02-15 18:38:24 +0100
commit707acef9b3b83a1ecf945a40e14d83cce947b766 (patch)
treee4501baa2cfb1e4d380da034df32ad407b2c4478 /src/main.cpp
parent8046e11445ba71b767d4fde08ce1e43e0dcd0359 (diff)
downloadsciteco-707acef9b3b83a1ecf945a40e14d83cce947b766.tar.gz
added State::StdError class for constructing errors from std::exception objects
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 974aed2..01e2594 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -24,7 +24,7 @@
#include <string.h>
#include <stdlib.h>
#include <signal.h>
-#include <stdexcept>
+#include <new>
#include <glib.h>
#include <glib/gprintf.h>