| Index: compiled/StringMap.h |
| diff --git a/compiled/StringMap.h b/compiled/StringMap.h |
| index a220b638de0f4be77986cd40510f6d4cbe836196..e1f228a9a75ac5925b8bb2a7be023931af0234e9 100644 |
| --- a/compiled/StringMap.h |
| +++ b/compiled/StringMap.h |
| @@ -19,9 +19,12 @@ |
| #include <cstddef> |
| +#include "base.h" |
| #include "Map.h" |
| #include "String.h" |
| +ABP_NS_BEGIN |
| + |
| namespace StringMap_internal |
| { |
| struct StringSetEntry |
| @@ -94,3 +97,5 @@ using StringSet = Set<StringMap_internal::StringSetEntry>; |
| template<typename Value> |
| using StringMap = Map<StringMap_internal::StringMapEntry<Value>>; |
| + |
| +ABP_NS_END |