Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Jul 4, 2024
1 parent 1afbc5e commit a7469a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/cinatra/ylt/coro_io/coro_file.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <asio/stream_file.hpp>
#endif
#include <async_simple/coro/Lazy.h>
#include <fcntl.h>

#include <asio/error.hpp>
#include <cstddef>
Expand All @@ -44,9 +45,7 @@
#include <vector>

#include "coro_io.hpp"

#if defined(ASIO_WINDOWS)
#include <fcntl.h>
#include <io.h>
#endif

Expand Down

0 comments on commit a7469a6

Please sign in to comment.