mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 889823 - ipc fail to compile using Visual Studio 2013 r=bsmedberg
This commit is contained in:
parent
7fdb9dfa1a
commit
1db230cd9a
@ -12,6 +12,7 @@
|
||||
|
||||
#include <limits>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
@ -19,6 +19,8 @@
|
||||
#include "base/scoped_ptr.h"
|
||||
#include "base/win_util.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace {
|
||||
|
||||
// System pagesize. This value remains constant on x86/64 architectures.
|
||||
|
Loading…
Reference in New Issue
Block a user