Increase timeout on client-server-test.
[dcpomatic.git] / src / lib / dcpomatic_socket.cc
index 16f01f39c23e8c0a1e411209a17a23349100386c..adba746fe5a15ac20ae221031de8d09917e8ddcf 100644 (file)
@@ -22,6 +22,7 @@
 #include "exceptions.h"
 #include <boost/bind.hpp>
 #include <boost/lambda/lambda.hpp>
+#include <iostream>
 
 #include "i18n.h"
 
@@ -123,4 +124,3 @@ Socket::read_uint32 ()
        read (reinterpret_cast<uint8_t *> (&v), 4);
        return ntohl (v);
 }
-