From d9ff8a30f5c857f564853f0ecbce42eba9bbf4d1 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Tue, 29 Jun 2010 15:49:44 +0000 Subject: [PATCH] fixed compile errors on Ubuntu 10.04 --- modules/highgui/src/window_QT.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/highgui/src/window_QT.cpp b/modules/highgui/src/window_QT.cpp index 7c06816016..3bd794bd5d 100755 --- a/modules/highgui/src/window_QT.cpp +++ b/modules/highgui/src/window_QT.cpp @@ -42,6 +42,7 @@ #ifdef HAVE_QT #include +#include //Static and global first static GuiReceiver guiMainThread;