X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcpomatic_socket.cc;h=adba746fe5a15ac20ae221031de8d09917e8ddcf;hb=97948f1b522f3a7fd2ad53559690b98728ea5f0a;hp=16f01f39c23e8c0a1e411209a17a23349100386c;hpb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;p=dcpomatic.git 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 #include +#include #include "i18n.h" @@ -123,4 +124,3 @@ Socket::read_uint32 () read (reinterpret_cast (&v), 4); return ntohl (v); } -