From 42c236eb2e5340be6507f80b77af13ae5824550a Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Thu, 18 Jun 2015 10:23:49 -0700 Subject: [PATCH] chore(shell/emscripten): fix style --- src/shell/emscripten.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell/emscripten.cpp b/src/shell/emscripten.cpp index 9765fc2ca5..504b3f4ee4 100644 --- a/src/shell/emscripten.cpp +++ b/src/shell/emscripten.cpp @@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ +#include #include "util/script_state.h" #include "util/thread_script_state.h" #include "library/module.h"