diff options
Diffstat (limited to 'src/gui/base/widgets/textbox.hpp')
-rw-r--r-- | src/gui/base/widgets/textbox.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/base/widgets/textbox.hpp b/src/gui/base/widgets/textbox.hpp index 0a540a2c1..894616360 100644 --- a/src/gui/base/widgets/textbox.hpp +++ b/src/gui/base/widgets/textbox.hpp @@ -68,8 +68,9 @@ #include <string> #include <vector> -#include "gui/base/keylistener.hpp" +#include "listeners/keylistener.h" #include "gui/base/mouselistener.hpp" + #include "gui/base/widget.hpp" namespace gcn |