Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index 8f6f47c656f366b70fbcade450d05f22982aeb8d..3840feef4319925cbcd0ed445bb077f09ac6094e 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -261,6 +261,8 @@ template<class Allocator = FreeStoreAllocationPolicy> class ScopeInfo; |
class Script; |
class Slot; |
class Smi; |
+template <typename Config, class Allocator = FreeStoreAllocationPolicy> |
+ class SplayTree; |
class Statement; |
class String; |
class Struct; |