Index: compiled/FilterNotifier.h |
diff --git a/compiled/FilterNotifier.h b/compiled/FilterNotifier.h |
index 56370ac31e9033623b4edd63bd55e1ba3dcecd17..bc670f2a967ec5a88fbd15891c81d0999a934c89 100644 |
--- a/compiled/FilterNotifier.h |
+++ b/compiled/FilterNotifier.h |
@@ -19,9 +19,12 @@ |
#include <cstdio> |
+#include "base.h" |
#include "library.h" |
#include "String.h" |
+ABP_NS_BEGIN |
+ |
class Filter; |
class Subscription; |
@@ -82,3 +85,5 @@ namespace FilterNotifier |
JSNotifySubscriptionChange(topic, subscription); |
} |
} |
+ |
+ABP_NS_END |