Index: compiled/bindings/generator.cpp |
=================================================================== |
--- a/compiled/bindings/generator.cpp |
+++ b/compiled/bindings/generator.cpp |
@@ -10,20 +10,22 @@ |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
* 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/>. |
*/ |
+#include <cstdio> |
+ |
+#include <emscripten.h> |
+ |
#include "generator.h" |
-#include <cstdio> |
- |
namespace |
{ |
std::vector<bindings_internal::ClassInfo> classes; |
} |
namespace bindings_internal |
{ |
FunctionInfo::FunctionInfo() |