| Index: compiled/subscription/UserDefinedSubscription.h | 
| =================================================================== | 
| --- a/compiled/subscription/UserDefinedSubscription.h | 
| +++ b/compiled/subscription/UserDefinedSubscription.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 "Subscription.h" | 
| #include "../filter/Filter.h" | 
| class UserDefinedSubscription : public Subscription | 
| { | 
| private: | 
| int mDefaults; |