Skip to content

Commit

Permalink
fix tests in readwriteimpl since span is no longer included
Browse files Browse the repository at this point in the history
  • Loading branch information
trcrsired committed Nov 4, 2024
1 parent 1617001 commit 09f733e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/0027.rwreflect/read_some.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <fast_io_dsal/array.h>
#include <fast_io_dsal/string.h>
#include <fast_io_dsal/string_view.h>
#include <fast_io_dsal/span.h>

int main()
{
Expand Down
1 change: 1 addition & 0 deletions tests/0027.rwreflect/write_some.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <fast_io.h>
#include <fast_io_dsal/array.h>
#include <fast_io_dsal/string_view.h>
#include <fast_io_dsal/span.h>
#include <fast_io_device.h>

int main()
Expand Down

0 comments on commit 09f733e

Please sign in to comment.