From 8cca28fbd7c48ddbdd2141bf1d53c1d27dd32727 Mon Sep 17 00:00:00 2001 From: JucaBlues Date: Fri, 16 Jan 2009 00:36:28 +0000 Subject: [PATCH] trying to fix the build for debian sid. It builds OK for me on Ubuntu 8.10 but a Debian sid user has complained about it. So I am including explicitely the gtkexpander.h header. I hope it fixes the build for him. --- src/dialogs/item-properties.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialogs/item-properties.cpp b/src/dialogs/item-properties.cpp index a885e7a61..076358082 100644 --- a/src/dialogs/item-properties.cpp +++ b/src/dialogs/item-properties.cpp @@ -22,6 +22,7 @@ #include #include #include +#include #include #include -- 2.30.2