use correct include for std::runtime_error

Former-commit-id: a96b727cc0258fda9684f5df52084dd8d96068e3
This commit is contained in:
redpanther 2016-02-16 15:56:20 +01:00
parent 629461b944
commit 46c5a2ec05

View File

@ -1,5 +1,5 @@
// STL includes
#include <exception>
#include <stdexcept>
#include <hyperion/MessageForwarder.h>