Linux: Add gdk.h include to hopefully fix compile errors on some distros.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@480 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
5e101281d0
commit
3309ccf917
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
#include "libcef/web_drag_source_gtk.h"
|
#include "libcef/web_drag_source_gtk.h"
|
||||||
|
|
||||||
|
#include <gdk/gdk.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "libcef/browser_impl.h"
|
#include "libcef/browser_impl.h"
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
#include "libcef/web_drop_target_gtk.h"
|
#include "libcef/web_drop_target_gtk.h"
|
||||||
|
|
||||||
|
#include <gdk/gdk.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "libcef/browser_impl.h"
|
#include "libcef/browser_impl.h"
|
||||||
|
|
Loading…
Reference in New Issue