From 29d8c34afed6ec9d92ba97b1c2ee27d3ed7198d0 Mon Sep 17 00:00:00 2001 From: songzhengchao Date: Fri, 29 Oct 2021 08:49:14 +0800 Subject: [PATCH] clean code Signed-off-by: songzhengchao --- ecmascript/compiler/circuit.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ecmascript/compiler/circuit.cpp b/ecmascript/compiler/circuit.cpp index ab4a1c2316..d717cb1bdb 100644 --- a/ecmascript/compiler/circuit.cpp +++ b/ecmascript/compiler/circuit.cpp @@ -13,6 +13,8 @@ * limitations under the License. */ + + #include "ecmascript/compiler/circuit.h" namespace kungfu { -- Gitee