Skip to content

Commit

Permalink
Add missing #include<span> in test_drop.cpp
Browse files Browse the repository at this point in the history
...and a few other #includes just to be on the safe side
  • Loading branch information
tcbrindle committed Nov 27, 2023
1 parent b358783 commit 0103574
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_drop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

#include <array>
#include <list>
#include <span>
#include <string>
#include <string_view>
#include <vector>

namespace {

Expand Down

0 comments on commit 0103574

Please sign in to comment.