summaryrefslogtreecommitdiff
path: root/src/gui/base/widgets/textbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/base/widgets/textbox.cpp')
-rw-r--r--src/gui/base/widgets/textbox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/base/widgets/textbox.cpp b/src/gui/base/widgets/textbox.cpp
index e994804d8..db5d91b92 100644
--- a/src/gui/base/widgets/textbox.cpp
+++ b/src/gui/base/widgets/textbox.cpp
@@ -71,7 +71,8 @@
#include "gui/base/basiccontainer.hpp"
#include "gui/base/key.hpp"
-#include "gui/base/mouseinput.hpp"
+
+#include "input/mouseinput.h"
#include "render/graphics.h"