From 36bd4b86aa5ca635a82de33e8053f5590f3d21a3 Mon Sep 17 00:00:00 2001 From: Nobuhiro Ban Date: Wed, 5 Jun 2024 22:03:49 +0900 Subject: [PATCH] add missing include (for FTBFS test-code with gcc-13) --- include/sharksfin/StorageOptions.h | 3 ++- include/sharksfin/TransactionOptions.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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