| Index: sky/engine/wtf/text/WTFString.h
|
| diff --git a/sky/engine/wtf/text/WTFString.h b/sky/engine/wtf/text/WTFString.h
|
| index 62c7a25fa7ff970bed3b70308b0954902704183c..6c35990b4df62119c42ab2c772f69fa23b23c2bd 100644
|
| --- a/sky/engine/wtf/text/WTFString.h
|
| +++ b/sky/engine/wtf/text/WTFString.h
|
| @@ -24,6 +24,7 @@
|
|
|
| // This file would be called String.h, but that conflicts with <string.h>
|
| // on systems without case-sensitive file systems.
|
| +#include <string>
|
|
|
| #include "wtf/HashTableDeletedValueType.h"
|
| #include "wtf/WTFExport.h"
|
|
|