Index: compiled/intrusive_ptr.h |
diff --git a/compiled/intrusive_ptr.h b/compiled/intrusive_ptr.h |
index d9e362f1ec53eaf56cdecf6a087be85d41f5f38d..211e6fe42a8a04ca9c42dc5a5e098a541703723f 100644 |
--- a/compiled/intrusive_ptr.h |
+++ b/compiled/intrusive_ptr.h |
@@ -28,9 +28,12 @@ |
#include <algorithm> |
#include <type_traits> |
+#include "base.h" |
#include "debug.h" |
#include "String.h" |
+ABP_NS_BEGIN |
+ |
class ref_counted |
{ |
public: |
@@ -218,3 +221,5 @@ inline bool operator!=(const T* a, intrusive_ptr<U> const& b) |
{ |
return a != b.get(); |
} |
+ |
+ABP_NS_END |