diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-06 21:58:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-06 21:58:26 +0000 |
| commit | 53ca2dda0e9138a251adc186a745f7943fc1abc1 (patch) | |
| tree | 4c91e42b4fc166545fcd81288d595a206bb0ceed /src/lib/dcpomatic_socket.cc | |
| parent | a648da822a8ef304417beb17bb0224501333f94a (diff) | |
Increase timeout on client-server-test.
Diffstat (limited to 'src/lib/dcpomatic_socket.cc')
| -rw-r--r-- | src/lib/dcpomatic_socket.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcpomatic_socket.cc b/src/lib/dcpomatic_socket.cc index 16f01f39c..adba746fe 100644 --- a/src/lib/dcpomatic_socket.cc +++ b/src/lib/dcpomatic_socket.cc @@ -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); } - |
