Skip to content

Commit

Permalink
Correct a IWYU warning #285
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorut committed Jun 3, 2023
1 parent dbb89d9 commit 5a68917
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <algorithm>
#include <cstddef>
#include <iterator>
#include <type_traits> // IWYU pragma: keep
#include <utility>
#include <vector>

Expand Down

0 comments on commit 5a68917

Please sign in to comment.