Code

Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be directly include...
[inkscape.git] / src / dialogs / item-properties.cpp
index 44a479b6cafb67d223d1101d26b31b0bb9bcca40..211b800dc0f66c116e721cda3ec2ef93e64dbf8c 100644 (file)
@@ -19,7 +19,7 @@
 #include <gtk/gtkhbox.h>
 #include <gtk/gtktable.h>
 #include <gtk/gtkcheckbutton.h>
-#include <gtk/gtkspinbutton.h>
+#include <gtk/gtk.h>
 #include <gtk/gtklabel.h>
 #include <gtk/gtkframe.h>
 #include <gtk/gtkexpander.h>