aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorglozow <gloriajzhao@gmail.com>2023-11-03 10:12:35 +0000
committerglozow <gloriajzhao@gmail.com>2023-11-03 10:17:41 +0000
commit4aa98b79b266cd526efa577762b0bcfccbdeda11 (patch)
tree80f75b69ddde43613995f453d64caa3870f7fbbe /test/lint
parentd51fb9caa622add96c6b594e162da5584eb927fc (diff)
downloadbitcoin-4aa98b79b266cd526efa577762b0bcfccbdeda11.tar.xz
[lint] update expected boost includes
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-includes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lint/lint-includes.py b/test/lint/lint-includes.py
index 8e79ba5121..6386a92c0f 100755
--- a/test/lint/lint-includes.py
+++ b/test/lint/lint-includes.py
@@ -23,6 +23,7 @@ EXCLUDED_DIRS = ["contrib/devtools/bitcoin-tidy/",
]
EXPECTED_BOOST_INCLUDES = ["boost/date_time/posix_time/posix_time.hpp",
+ "boost/multi_index/detail/hash_index_iterator.hpp",
"boost/multi_index/hashed_index.hpp",
"boost/multi_index/identity.hpp",
"boost/multi_index/indexed_by.hpp",
@@ -30,6 +31,7 @@ EXPECTED_BOOST_INCLUDES = ["boost/date_time/posix_time/posix_time.hpp",
"boost/multi_index/sequenced_index.hpp",
"boost/multi_index/tag.hpp",
"boost/multi_index_container.hpp",
+ "boost/operators.hpp",
"boost/process.hpp",
"boost/signals2/connection.hpp",
"boost/signals2/optional_last_value.hpp",