From 65f63421fab1700f531f6c932fe222878c426900 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 8 Apr 2014 23:13:27 +0100 Subject: [PATCH] Change quotes around GTK headers for angle brackets The linux buildbots have started to fail compilation due to not finding the gtk headers. The quotes have been changed to angle brackets to indicate to the compiler that these are system includes. --- modules/highgui/src/window_gtk.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/highgui/src/window_gtk.cpp b/modules/highgui/src/window_gtk.cpp index a8dacff..0d53276 100644 --- a/modules/highgui/src/window_gtk.cpp +++ b/modules/highgui/src/window_gtk.cpp @@ -45,8 +45,8 @@ #if defined (HAVE_GTK) -#include "gtk/gtk.h" -#include "gdk/gdkkeysyms.h" +#include +#include #include #include -- 2.7.4