summaryrefslogtreecommitdiff
path: root/cpp/src/slice2sl/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2sl/Main.cpp')
-rw-r--r--cpp/src/slice2sl/Main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/slice2sl/Main.cpp b/cpp/src/slice2sl/Main.cpp
index 010944528fa..9390a1c90f0 100644
--- a/cpp/src/slice2sl/Main.cpp
+++ b/cpp/src/slice2sl/Main.cpp
@@ -9,6 +9,7 @@
#include <IceUtil/Options.h>
#include <Slice/Preprocessor.h>
+#include <Slice/SignalHandler.h>
#include <Gen.h>
using namespace std;
@@ -118,6 +119,8 @@ main(int argc, char* argv[])
for(i = args.begin(); i != args.end(); ++i)
{
+ SignalHandler sigHandler;
+
if(depend)
{
Preprocessor icecpp(argv[0], *i, cppArgs);