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:
Marshall Greenblatt 2012-02-08 15:24:27 +00:00
parent 5e101281d0
commit 3309ccf917
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include "libcef/web_drag_source_gtk.h"
#include <gdk/gdk.h>
#include <string>
#include "libcef/browser_impl.h"

View File

@ -5,6 +5,7 @@
#include "libcef/web_drop_target_gtk.h"
#include <gdk/gdk.h>
#include <string>
#include "libcef/browser_impl.h"