Skip to content

Commit

Permalink
add missing <list> include in validation.h
Browse files Browse the repository at this point in the history
This omission was masked by including boost/unordered_map.hpp prior
to boost 1.85.0.
  • Loading branch information
patricklodder committed Jun 25, 2024
1 parent 95554c3 commit d021d75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validation.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <algorithm>
#include <exception>
#include <list>
#include <map>
#include <set>
#include <stdint.h>
Expand Down

0 comments on commit d021d75

Please sign in to comment.