diff --git a/include/sharksfin/StorageOptions.h b/include/sharksfin/StorageOptions.h index 847acfb..94a373d 100644 --- a/include/sharksfin/StorageOptions.h +++ b/include/sharksfin/StorageOptions.h @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Project Tsurugi. + * Copyright 2018-2024 Project Tsurugi. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ #define SHARKSFIN_STORAGEOPTIONS_H_ #include +#include #include #include #include diff --git a/include/sharksfin/TransactionOptions.h b/include/sharksfin/TransactionOptions.h index af809d8..5e6b20d 100644 --- a/include/sharksfin/TransactionOptions.h +++ b/include/sharksfin/TransactionOptions.h @@ -1,5 +1,5 @@ /* - * Copyright 2018-2023 Project Tsurugi. + * Copyright 2018-2024 Project Tsurugi. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ #define SHARKSFIN_TRANSACTIONOPTIONS_H_ #include +#include #include #include #include