X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fnanomsg.cc;h=8061e2f8462c2b101f01e9ea71e48ca5724c71a1;hb=3f2142a90410755d090ace98ada1fee5a869da98;hp=61e6c08ce9e66fa738300b9a417267356f71a8b6;hpb=6a458c24f4ebf1d654e036fbb839790080a25eff;p=dcpomatic.git diff --git a/src/lib/nanomsg.cc b/src/lib/nanomsg.cc index 61e6c08ce..8061e2f84 100644 --- a/src/lib/nanomsg.cc +++ b/src/lib/nanomsg.cc @@ -19,17 +19,17 @@ */ -#include "nanomsg.h" #include "dcpomatic_log.h" #include "exceptions.h" +#include "nanomsg.h" #include #include -#include #include +#include -using std::string; using std::runtime_error; +using std::string; using boost::optional;