diff options
Diffstat (limited to 'otk/eventdispatcher.cc')
| -rw-r--r-- | otk/eventdispatcher.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc index 0d861b36..2de28369 100644 --- a/otk/eventdispatcher.cc +++ b/otk/eventdispatcher.cc @@ -1,9 +1,11 @@ #include "eventdispatcher.hh" #include "display.hh" +#include <iostream> namespace otk { OtkEventDispatcher::OtkEventDispatcher() + : _fallback(0) { } |
