diff --git a/src/library/compiler/specialize.cpp b/src/library/compiler/specialize.cpp index 4b6d90475a..e8db0d256e 100644 --- a/src/library/compiler/specialize.cpp +++ b/src/library/compiler/specialize.cpp @@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ +#include #include "runtime/flet.h" #include "kernel/instantiate.h" #include "kernel/for_each_fn.h" diff --git a/src/runtime/object.cpp b/src/runtime/object.cpp index 93210f6806..787d153061 100644 --- a/src/runtime/object.cpp +++ b/src/runtime/object.cpp @@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ +#include #include #include #include