diff --git a/ets2panda/compiler/core/ETSCompiler.cpp b/ets2panda/compiler/core/ETSCompiler.cpp index 76f279b375799bde17d3673d32307f3cd0124650..648ce8740d623bc1817026bcac488bdbec6b7137 100644 --- a/ets2panda/compiler/core/ETSCompiler.cpp +++ b/ets2panda/compiler/core/ETSCompiler.cpp @@ -24,6 +24,7 @@ #include "checker/ETSchecker.h" #include "checker/types/ets/etsDynamicFunctionType.h" #include "checker/types/ets/etsTupleType.h" +#include "ETSGen-inl.h" namespace ark::es2panda::compiler { diff --git a/ets2panda/compiler/core/ETSGen.cpp b/ets2panda/compiler/core/ETSGen.cpp index 6c43a31fff327a72117bfb49f5519eb7a0590478..0c8db782abaeff9bc565dff1475ea4cd01b7de04 100644 --- a/ets2panda/compiler/core/ETSGen.cpp +++ b/ets2panda/compiler/core/ETSGen.cpp @@ -13,7 +13,6 @@ * limitations under the License. */ -#include "ETSGen.h" #include "ETSGen-inl.h" #include "generated/signatures.h"