summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/text/AtomicStringKeyedMRUCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/text/AtomicStringKeyedMRUCache.h')
-rw-r--r--WebCore/platform/text/AtomicStringKeyedMRUCache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/text/AtomicStringKeyedMRUCache.h b/WebCore/platform/text/AtomicStringKeyedMRUCache.h
index a47585a..b3004f7 100644
--- a/WebCore/platform/text/AtomicStringKeyedMRUCache.h
+++ b/WebCore/platform/text/AtomicStringKeyedMRUCache.h
@@ -26,6 +26,8 @@
#ifndef AtomicStringKeyedMRUCache_h
#define AtomicStringKeyedMRUCache_h
+#include <wtf/text/AtomicString.h>
+
namespace WebCore {
template<typename T, size_t capacity = 4>