| Index: compiled/filter/RegExpFilter.h |
| =================================================================== |
| --- a/compiled/filter/RegExpFilter.h |
| +++ b/compiled/filter/RegExpFilter.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" |
| #include "ActiveFilter.h" |
| enum class TrippleState {YES, NO, ANY}; |
| struct RegExpFilterData |
| { |
| mutable String::size_type mPatternStart; |