Include for windows.
authorCarl Hetherington <cth@carlh.net>
Sun, 22 Jul 2012 17:22:58 +0000 (18:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 22 Jul 2012 17:22:58 +0000 (18:22 +0100)
src/lib/film.cc

index 6bf8fee84d6e4f189f29ac67c5812e77bc2dc369..502119db3dee9ee714794108cccd33e24bcd64de 100644 (file)
@@ -26,6 +26,9 @@
 #include <unistd.h>
 #include <boost/filesystem.hpp>
 #include <boost/algorithm/string.hpp>
+#ifdef DVDOMATIC_WINDOWS
+#include <winsock2.h>
+#endif
 #include "film.h"
 #include "format.h"
 #include "tiff_encoder.h"