diff options
Diffstat (limited to 'src/ui/widget/combo-text.cpp')
| -rw-r--r-- | src/ui/widget/combo-text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/combo-text.cpp b/src/ui/widget/combo-text.cpp index 7706f7c29..43428adb8 100644 --- a/src/ui/widget/combo-text.cpp +++ b/src/ui/widget/combo-text.cpp @@ -23,7 +23,7 @@ #endif #include "combo-text.h" -#include <gtk/gtkcombobox.h> +#include <gtk/gtk.h> ComboText::ComboText() : Gtk::ComboBox() |
