mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout fe44be80d09f (bug 810332) for Windows build bustage
This commit is contained in:
parent
807fe0935c
commit
3e87e9a863
@ -9,7 +9,7 @@
|
||||
#ifndef BASE_DEBUG_UTIL_H_
|
||||
#define BASE_DEBUG_UTIL_H_
|
||||
|
||||
#include <ostream>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include "base/basictypes.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "build/build_config.h"
|
||||
|
||||
#include <ostream>
|
||||
#include <iostream>
|
||||
|
||||
#if defined(OS_WIN)
|
||||
typedef struct tagPOINT POINT;
|
||||
|
@ -12,7 +12,7 @@
|
||||
#ifndef BASE_GFX_RECT_H__
|
||||
#define BASE_GFX_RECT_H__
|
||||
|
||||
#include <ostream>
|
||||
#include <iostream>
|
||||
|
||||
#include "base/gfx/point.h"
|
||||
#include "base/gfx/size.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "build/build_config.h"
|
||||
|
||||
#include <ostream>
|
||||
#include <iostream>
|
||||
|
||||
#if defined(OS_WIN)
|
||||
typedef struct tagSIZE SIZE;
|
||||
|
@ -4,7 +4,7 @@
|
||||
// Copied from strings/stringpiece.cc with modifications
|
||||
|
||||
#include <algorithm>
|
||||
#include <ostream>
|
||||
#include <iostream>
|
||||
|
||||
#include "base/string_piece.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user