Index: Source/wtf/text/StringImpl.cpp |
diff --git a/Source/wtf/text/StringImpl.cpp b/Source/wtf/text/StringImpl.cpp |
index d1c362728f0d68296284ab56b6086bd9e0984182..090f02534446d24aa92ef17a798665a8646efde7 100644 |
--- a/Source/wtf/text/StringImpl.cpp |
+++ b/Source/wtf/text/StringImpl.cpp |
@@ -38,8 +38,11 @@ |
#ifdef STRING_STATS |
#include "wtf/DataLog.h" |
+#include "wtf/HashMap.h" |
+#include "wtf/HashSet.h" |
#include "wtf/ProcessID.h" |
#include "wtf/RefCounted.h" |
+#include "wtf/ThreadingPrimitives.h" |
#include <unistd.h> |
#endif |