Index: compiled/filter/Filter.h |
=================================================================== |
--- a/compiled/filter/Filter.h |
+++ b/compiled/filter/Filter.h |
@@ -14,16 +14,18 @@ |
* 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 <vector> |
+#include <emscripten.h> |
+ |
#include "../String.h" |
#include "../intrusive_ptr.h" |
#include "../debug.h" |
class Filter : public ref_counted |
{ |
protected: |
OwnedString mText; |