mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
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.
This commit is contained in:
parent
838bb4bdeb
commit
8592022bd8
@ -45,8 +45,8 @@
|
||||
|
||||
#if defined (HAVE_GTK)
|
||||
|
||||
#include "gtk/gtk.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user