--- a/runtime/bin/ffi_test/ffi_test_functions_generated.cc +++ b/runtime/bin/ffi_test/ffi_test_functions_generated.cc @@ -11,6 +11,7 @@ #include #include +#include #include #include --- a/runtime/bin/ffi_test/ffi_test_functions.cc +++ b/runtime/bin/ffi_test/ffi_test_functions.cc @@ -13,6 +13,7 @@ #include #include +#include #include #include --- a/runtime/bin/ffi_test/ffi_test_dynamic_library.cc +++ b/runtime/bin/ffi_test/ffi_test_dynamic_library.cc @@ -2,6 +2,7 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. +#include #include #include #include