mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-16 20:20:51 +01:00
Add missing cef_logging.h include (issue #1389).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1848 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
2ba756d3e1
commit
949bbc64bf
@ -16,6 +16,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "cefclient/cefclient.h"
|
||||
#include "include/base/cef_logging.h"
|
||||
#include "include/base/cef_scoped_ptr.h"
|
||||
#include "include/cef_app.h"
|
||||
#include "include/cef_browser.h"
|
||||
|
@ -6,6 +6,8 @@
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#include "include/base/cef_logging.h"
|
||||
|
||||
namespace {
|
||||
|
||||
int XErrorHandlerImpl(Display *display, XErrorEvent *event) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user