| Index: compiled/filter/ElemHideException.h |
| diff --git a/compiled/filter/ElemHideException.h b/compiled/filter/ElemHideException.h |
| index 146723e975ce6d357130afa87642c41d1bd5b818..13e8a9bb3cd09f73e22e890af38112633dbb54b2 100644 |
| --- a/compiled/filter/ElemHideException.h |
| +++ b/compiled/filter/ElemHideException.h |
| @@ -19,11 +19,16 @@ |
| #include <cstddef> |
| +#include "../base.h" |
| #include "Filter.h" |
| #include "ElemHideBase.h" |
| +ABP_NS_BEGIN |
| + |
| class ElemHideException: public ElemHideBase |
| { |
| public: |
| explicit ElemHideException(const String& text, const ElemHideData& data); |
| }; |
| + |
| +ABP_NS_END |