From 8592022bd894d2f0984541ec7752263d804ec9cc 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 a8dacff7dc..0d53276b8d 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