From 707acef9b3b83a1ecf945a40e14d83cce947b766 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 3 Jun 2013 12:20:52 +0200 Subject: added State::StdError class for constructing errors from std::exception objects --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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 #include #include -#include +#include #include #include -- cgit v1.2.3