Skip to content

Commit

Permalink
Add missing include in read_algorithms_test
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed May 29, 2024
1 parent 47307e3 commit 9f68531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unittests/impl_tests/read_algorithms_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include <scn/impl.h>

#include <deque>

using namespace std::string_view_literals;

// read_all
Expand Down

0 comments on commit 9f68531

Please sign in to comment.