| Index: third_party/WebKit/Source/wtf/PrintStream.h
|
| diff --git a/third_party/WebKit/Source/wtf/PrintStream.h b/third_party/WebKit/Source/wtf/PrintStream.h
|
| index fc30724cf61983ed0314c3b12ff48ac508d671a9..63bc8a6279fffa731abad1a782f129c6b3287641 100644
|
| --- a/third_party/WebKit/Source/wtf/PrintStream.h
|
| +++ b/third_party/WebKit/Source/wtf/PrintStream.h
|
| @@ -26,12 +26,12 @@
|
| #ifndef PrintStream_h
|
| #define PrintStream_h
|
|
|
| +#include <stdarg.h>
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Compiler.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/StdLibExtras.h"
|
| #include "wtf/WTFExport.h"
|
| -#include <stdarg.h>
|
|
|
| namespace WTF {
|
|
|
|
|