From f9560e27c75230dab1147562bb1cb9c91a0faafc Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sun, 24 Jun 2012 05:42:44 -0700 Subject: [PATCH] Missing #include --- src/TaggedCache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TaggedCache.h b/src/TaggedCache.h index f07a80d138..bb5dc36667 100644 --- a/src/TaggedCache.h +++ b/src/TaggedCache.h @@ -6,6 +6,7 @@ #include #include #include +#include // This class implemented a cache and a map. The cache keeps objects alive // in the map. The map allows multiple code paths that reference objects