Chromium Code Reviews| Index: Source/wtf/os-win32/inttypes.h |
| diff --git a/Source/wtf/os-win32/inttypes.h b/Source/wtf/os-win32/inttypes.h |
| index 5ecc2762a96c7aa70fe6c45f7dc58570cc845a45..d522a4bb89224a06dfa113bee49623c363b764ce 100644 |
| --- a/Source/wtf/os-win32/inttypes.h |
| +++ b/Source/wtf/os-win32/inttypes.h |
| @@ -32,7 +32,7 @@ |
| #ifndef INTTYPES_WIN32_H |
| #define INTTYPES_WIN32_H |
| -#include <wtf/Platform.h> |
| +#include "wtf/Platform.h" |
| #if !COMPILER(MSVC) |
| #error "This inttypes.h file should only be compiled with MSVC" |