diff options
Diffstat (limited to 'plugingui/eventhandler.h')
-rw-r--r-- | plugingui/eventhandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugingui/eventhandler.h b/plugingui/eventhandler.h index 1fdb1e8..490c515 100644 --- a/plugingui/eventhandler.h +++ b/plugingui/eventhandler.h @@ -26,9 +26,10 @@ */ #pragma once +#include <notifier.h> + #include "guievent.h" #include "nativewindow.h" -#include "notifier.h" namespace GUI { |