Skip to content

Commit

Permalink
fix build: add a missing include
Browse files Browse the repository at this point in the history
1745e9ef46d38827a0b34bfcb5fbd7c978b78d39
  • Loading branch information
Anton3 committed May 25, 2024
1 parent 2aa10d7 commit 74b94ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/curl-ev/easy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <sys/socket.h>
#include <unistd.h>

#include <istream>
#include <utility>

#include <curl-ev/easy.hpp>
Expand Down

0 comments on commit 74b94ae

Please sign in to comment.