diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 28d79be76..1fd25ccd9 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -31,8 +31,6 @@ POSSIBILITY OF SUCH DAMAGE. */ #include -#include // for snprintf -#include // for atoi #include "libtorrent/config.hpp" @@ -94,8 +92,8 @@ bool sleep_and_input(int* c, int sleep) #else -#include -#include +#include // for snprintf +#include // for atoi #include #include diff --git a/examples/print.cpp b/examples/print.cpp index e96afef89..cf3f2a4fa 100644 --- a/examples/print.cpp +++ b/examples/print.cpp @@ -8,6 +8,8 @@ #include // for close() #include // for open() #include +#include // for snprintf +#include // for atoi #endif