summaryrefslogtreecommitdiffstats
path: root/src/ui/button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/button.cpp')
-rw-r--r--src/ui/button.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ui/button.cpp b/src/ui/button.cpp
index 60c76b3..b8934c4 100644
--- a/src/ui/button.cpp
+++ b/src/ui/button.cpp
@@ -17,7 +17,13 @@
-#include <ui/button.h>
+#include "button.h"
+
+#include <common/event.h>
+#include <common/misc.h>
+#include <common/restext.h>
+
+#include <graphics/engine/engine.h>
namespace Ui {