Skip to content

Commit

Permalink
add missing include (for FTBFS with gcc-13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Jun 5, 2024
1 parent bcce91a commit 723fb33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion include/sharksfin/StorageOptions.h
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -17,6 +17,7 @@
#define SHARKSFIN_STORAGEOPTIONS_H_

#include <cstddef>
#include <cstdint>
#include <vector>
#include <iostream>
#include <limits>
Expand Down
3 changes: 2 additions & 1 deletion include/sharksfin/TransactionOptions.h
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -17,6 +17,7 @@
#define SHARKSFIN_TRANSACTIONOPTIONS_H_

#include <cstddef>
#include <cstdint>
#include <vector>
#include <iostream>
#include <limits>
Expand Down

0 comments on commit 723fb33

Please sign in to comment.