diff options
Diffstat (limited to 'cpp/src/slice2html/Main.cpp')
-rw-r--r-- | cpp/src/slice2html/Main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/slice2html/Main.cpp b/cpp/src/slice2html/Main.cpp index a74f7d92f90..6ca031ae35b 100644 --- a/cpp/src/slice2html/Main.cpp +++ b/cpp/src/slice2html/Main.cpp @@ -9,6 +9,7 @@ #include <IceUtil/Options.h> #include <Slice/Preprocessor.h> +#include <Slice/SignalHandler.h> #include <Gen.h> #include <stdlib.h> @@ -172,6 +173,8 @@ main(int argc, char* argv[]) int status = EXIT_SUCCESS; + SignalHandler sigHandler; + for(vector<string>::size_type idx = 0; idx < args.size(); ++idx) { Preprocessor icecpp(argv[0], args[idx], cppArgs); |