From 0031e7c6032d4fa00a5dd14e13c2a4883dd9845c Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 29 Jan 2015 21:44:17 +0000 Subject: [PATCH] cefclient: Add missing include (issue #1500) git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2005 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- tests/cefclient/main_context_impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cefclient/main_context_impl.h b/tests/cefclient/main_context_impl.h index 30f80407d..75661d6f2 100644 --- a/tests/cefclient/main_context_impl.h +++ b/tests/cefclient/main_context_impl.h @@ -6,6 +6,7 @@ #define CEF_TESTS_CEFCLIENT_MAIN_CONTEXT_IMPL_H_ #include "include/base/cef_scoped_ptr.h" +#include "include/base/cef_thread_checker.h" #include "include/cef_app.h" #include "include/cef_command_line.h" #include "cefclient/main_context.h"