Try to fix build on windows.
authorCarl Hetherington <cth@carlh.net>
Mon, 19 Aug 2013 16:21:11 +0000 (17:21 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 19 Aug 2013 16:21:11 +0000 (17:21 +0100)
src/metadata.cc

index 3da7da12cd4b7a798914324d98cd6fac548bd10f..5304fd96dbbc9f2ae62e29474d2d9597a96e1524 100644 (file)
@@ -24,6 +24,9 @@
 #include <sstream>
 #include <iomanip>
 #include <time.h>
+#ifdef LIBDCP_WINDOWS
+#include <windows.h>
+#endif
 #include "metadata.h"
 
 using namespace std;