From b1db6c5c40aa5d175dbc48658be5482698b09db9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 2 Feb 2008 00:08:58 +0000 Subject: [PATCH] Qt4- DOn't assumer string has been included --- modules/gui/qt4/components/simple_preferences.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index e2db8c1cb8..9e25a52dd7 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -39,6 +39,8 @@ #include #include +#include + #define ICON_HEIGHT 64 #define BUTTON_HEIGHT 74 -- 2.39.2