diff options
Diffstat (limited to 'gui/widgets/editable.h')
-rw-r--r-- | gui/widgets/editable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/widgets/editable.h b/gui/widgets/editable.h index 0cd1f2721c..79e0a942f2 100644 --- a/gui/widgets/editable.h +++ b/gui/widgets/editable.h @@ -28,7 +28,7 @@ #include "common/str.h" #include "common/rect.h" #include "gui/widget.h" -#include "gui/GuiManager.h" +#include "gui/gui-manager.h" namespace GUI { |