| Index: Source/wtf/TypeTraits.h
|
| diff --git a/Source/wtf/TypeTraits.h b/Source/wtf/TypeTraits.h
|
| index b9e46bc55577a147cb9e9518ccd95e2e188df162..30616c68204776b941367d925c7c5ad24f5bca91 100644
|
| --- a/Source/wtf/TypeTraits.h
|
| +++ b/Source/wtf/TypeTraits.h
|
| @@ -22,7 +22,7 @@
|
| #ifndef TypeTraits_h
|
| #define TypeTraits_h
|
|
|
| -#include <wtf/Platform.h>
|
| +#include "wtf/Platform.h"
|
|
|
| #if (defined(__GLIBCXX__) && (__GLIBCXX__ >= 20070724) && defined(__GXX_EXPERIMENTAL_CXX0X__)) || (defined(_MSC_VER) && (_MSC_VER >= 1600))
|
| #include <type_traits>
|
|
|