diff options
Diffstat (limited to 'Swiften/EventLoop')
-rw-r--r-- | Swiften/EventLoop/MainEventLoop.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/EventLoop/MainEventLoop.cpp b/Swiften/EventLoop/MainEventLoop.cpp index afaab42..c306d3f 100644 --- a/Swiften/EventLoop/MainEventLoop.cpp +++ b/Swiften/EventLoop/MainEventLoop.cpp @@ -1,6 +1,7 @@ #include "Swiften/EventLoop/MainEventLoop.h" #include <iostream> +#include <typeinfo> namespace Swift { |