Add <algorithm> include required by VS2013 (issue #1094).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1571 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2014-01-14 19:57:17 +00:00
parent a1b83784ec
commit 78bfefee5e
4 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// can be found in the LICENSE file.
#include "include/internal/cef_string_types.h"
#include <algorithm>
#include "base/logging.h"
#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"

View File

@ -2,6 +2,7 @@
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
#include <algorithm>
#include <list>
#include "include/cef_callback.h"
#include "include/cef_runnable.h"

View File

@ -2,6 +2,7 @@
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
#include <algorithm>
#include "include/cef_origin_whitelist.h"
#include "include/cef_callback.h"
#include "include/cef_runnable.h"

View File

@ -2,6 +2,7 @@
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
#include <algorithm>
#include "include/cef_stream.h"
#include "testing/gtest/include/gtest/gtest.h"