Fix compile errors with VS2019 v16.9.3 and GCC v7.5.0 (see issue #3140)

This commit is contained in:
Marshall Greenblatt
2021-06-20 12:08:10 -04:00
parent 529b91bc6e
commit 9efd3dc8ee
14 changed files with 39 additions and 3 deletions

View File

@@ -4,6 +4,8 @@
#include "tests/cefclient/browser/main_context_impl.h"
#include <algorithm>
#include "include/cef_parser.h"
#include "include/cef_web_plugin.h"
#include "tests/shared/browser/client_app_browser.h"