Skip to content

Commit

Permalink
Merge pull request #5 from JohelEGP/include_iterator
Browse files Browse the repository at this point in the history
fix: add missing `#include <iterator>`
  • Loading branch information
lefticus committed Apr 19, 2023
2 parents 01d065f + df9415f commit 332c8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/lefticus/tools/flat_map_adapter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <cstdint>
#include <initializer_list>
#include <iterator>
#include <stdexcept>
#include <utility>

Expand Down

0 comments on commit 332c8f5

Please # to comment.