Index: compiled/filter/CommentFilter.h |
diff --git a/compiled/filter/CommentFilter.h b/compiled/filter/CommentFilter.h |
index 305fca7a99801b075355d1b0811b13a0b2a263e9..4e956db1876fa4c30090b82abd500a38ac3665bc 100644 |
--- a/compiled/filter/CommentFilter.h |
+++ b/compiled/filter/CommentFilter.h |
@@ -17,8 +17,11 @@ |
#pragma once |
+#include "../base.h" |
#include "Filter.h" |
+ABP_NS_BEGIN |
+ |
class CommentFilter : public Filter |
{ |
public: |
@@ -29,3 +32,5 @@ public: |
}; |
typedef intrusive_ptr<CommentFilter> CommentFilterPtr; |
+ |
+ABP_NS_END |