Index: compiled/filter/ElemHideBase.h |
=================================================================== |
--- a/compiled/filter/ElemHideBase.h |
+++ b/compiled/filter/ElemHideBase.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 <cstddef> |
+#include <emscripten.h> |
+ |
#include "ActiveFilter.h" |
struct ElemHideData |
{ |
String::size_type mDomainsEnd; |
String::size_type mSelectorStart; |
bool HasDomains() const |