Skip to content

Commit 4aa98b7

Browse files
committed
[lint] update expected boost includes
1 parent d51fb9c commit 4aa98b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/lint/lint-includes.py

+2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@
2323
]
2424

2525
EXPECTED_BOOST_INCLUDES = ["boost/date_time/posix_time/posix_time.hpp",
26+
"boost/multi_index/detail/hash_index_iterator.hpp",
2627
"boost/multi_index/hashed_index.hpp",
2728
"boost/multi_index/identity.hpp",
2829
"boost/multi_index/indexed_by.hpp",
2930
"boost/multi_index/ordered_index.hpp",
3031
"boost/multi_index/sequenced_index.hpp",
3132
"boost/multi_index/tag.hpp",
3233
"boost/multi_index_container.hpp",
34+
"boost/operators.hpp",
3335
"boost/process.hpp",
3436
"boost/signals2/connection.hpp",
3537
"boost/signals2/optional_last_value.hpp",

0 commit comments

Comments
 (0)