forwarder: add missing include

Former-commit-id: 58d07b73ff1ad321a9cfbf73895b438665ce3c14
This commit is contained in:
redpanther 2016-02-16 14:59:31 +01:00
parent 7f5b141f43
commit 738bafee99
1 changed files with 3 additions and 0 deletions

View File

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