| Index: compiled/filter/RegExpFilter.h | 
| diff --git a/compiled/filter/RegExpFilter.h b/compiled/filter/RegExpFilter.h | 
| index 5bd5fcf6a772419f503742adb0c861ac95302d79..3bd2f4fe5750ca171aa0711ec1460323bd5403ad 100644 | 
| --- a/compiled/filter/RegExpFilter.h | 
| +++ b/compiled/filter/RegExpFilter.h | 
| @@ -17,10 +17,13 @@ | 
|  | 
| #pragma once | 
|  | 
| +#include "../base.h" | 
| #include "Filter.h" | 
| #include "ActiveFilter.h" | 
| #include "../bindings/runtime.h" | 
|  | 
| +ABP_NS_BEGIN | 
| + | 
| enum class TrippleState {YES, NO, ANY}; | 
|  | 
| struct RegExpFilterData | 
| @@ -111,3 +114,5 @@ public: | 
| bool BINDINGS_EXPORTED Matches(const String& location, int typeMask, | 
| DependentString& docDomain, bool thirdParty, const String& sitekey) const; | 
| }; | 
| + | 
| +ABP_NS_END | 
|  |