diff --git a/examples/stress_client/stress_client.cpp b/examples/stress_client/stress_client.cpp index 2e0517bd54..6c5efa325f 100644 --- a/examples/stress_client/stress_client.cpp +++ b/examples/stress_client/stress_client.cpp @@ -33,7 +33,6 @@ #include // PLATFORM SPECIFIC STUFF -#include #include #include diff --git a/src/roles/client.hpp b/src/roles/client.hpp index b3e610faff..001c6c18fc 100644 --- a/src/roles/client.hpp +++ b/src/roles/client.hpp @@ -38,6 +38,7 @@ #include #include +#include using boost::asio::ip::tcp;