From 7b180b286a3df1a231454399869516ae8571d9bb Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Thu, 21 Apr 2016 13:52:18 -0700 Subject: Move wasm-linker into its own cpp file (#375) Still making things nicer for #370 Pulling wasm-linker into its own file also necessitated pulling asm_v_wasm.h into a cpp file. It goes into a new lib directory, src/asmjs. No actual code changes in this PR. --- src/mixed_arena.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mixed_arena.h') diff --git a/src/mixed_arena.h b/src/mixed_arena.h index dc8cbad5b..d03612df5 100644 --- a/src/mixed_arena.h +++ b/src/mixed_arena.h @@ -17,6 +17,7 @@ #ifndef wasm_mixed_arena_h #define wasm_mixed_arena_h +#include #include #include "support/threads.h" -- cgit v1.2.3