Skip to content

Commit 3a86ece

Browse files
author
Julian LALU
committed
Fix wasm build
1 parent 3a90d73 commit 3a86ece

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

interface/core/debugger/debugger.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <stdlib.h> // abort
99
#elif defined(HD_COMPILER_EMSCRIPTEN)
1010
#include "debugger_browser.h"
11+
#include <stdlib.h> // abort
1112
#else
1213
#error Targeted OS not supported
1314
#endif

0 commit comments

Comments
 (0)