diff options
author | Stefan Radomski <github@mintwerk.de> | 2017-01-23 22:31:54 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2017-01-23 22:31:54 (GMT) |
commit | 24ac6c39a89f5b94ede80b745f68ea5f0b762640 (patch) | |
tree | 2a32c53a43caab1358cf9b66ff3bb0819c3d1b60 /test/src/test-stress.cpp | |
parent | b8a20c656537e4be748c3485d2c9541bd51e2b3d (diff) | |
download | uscxml-24ac6c39a89f5b94ede80b745f68ea5f0b762640.zip uscxml-24ac6c39a89f5b94ede80b745f68ea5f0b762640.tar.gz uscxml-24ac6c39a89f5b94ede80b745f68ea5f0b762640.tar.bz2 |
Made GCC/CLang pedantic and fixed warnings
Diffstat (limited to 'test/src/test-stress.cpp')
-rw-r--r-- | test/src/test-stress.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/test-stress.cpp b/test/src/test-stress.cpp index afb94a6..1f8d8ef 100644 --- a/test/src/test-stress.cpp +++ b/test/src/test-stress.cpp @@ -4,6 +4,8 @@ #include "uscxml/server/HTTPServer.h" #include "uscxml/interpreter/Logging.h" +#include "uscxml/interpreter/InterpreterMonitor.h" +#include "uscxml/interpreter/InterpreterImpl.h" #include "uscxml/plugins/invoker/dirmon/DirMonInvoker.h" #include <boost/algorithm/string.hpp> |