Add missing include statement (issue #1502).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1997 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2015-01-26 00:59:40 +00:00
parent d640978350
commit 3f4c5acbe7
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include "cefclient/main_context.h"
#include "include/base/cef_logging.h"
namespace client {
namespace {