Index: compiled/filter/InvalidFilter.h |
=================================================================== |
--- a/compiled/filter/InvalidFilter.h |
+++ b/compiled/filter/InvalidFilter.h |
@@ -12,16 +12,18 @@ |
* GNU General Public License for more details. |
* |
* You should have received a copy of the GNU General Public License |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
#pragma once |
+#include <emscripten.h> |
+ |
#include "Filter.h" |
class InvalidFilter : public Filter |
{ |
public: |
explicit InvalidFilter(const String& text, const String& reason); |
EMSCRIPTEN_KEEPALIVE const String& GetReason() const |
{ |