Missing #includes for Windows.
authorCarl Hetherington <cth@carlh.net>
Wed, 2 Aug 2017 22:07:17 +0000 (23:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Aug 2017 20:07:48 +0000 (21:07 +0100)
src/lib/cross.cc

index e214019730410a0fbb4627ddf42512fef338926a..73e45213c5ad0724c4bd371d886ea41bfd4bf823 100644 (file)
@@ -21,6 +21,7 @@
 #include "cross.h"
 #include "compose.hpp"
 #include "log.h"
+#include "config.h"
 #include "exceptions.h"
 extern "C" {
 #include <libavformat/avio.h>
@@ -34,6 +35,7 @@ extern "C" {
 #include <windows.h>
 #undef DATADIR
 #include <shlwapi.h>
+#include <shellapi.h>
 #endif
 #ifdef DCPOMATIC_OSX
 #include <sys/sysctl.h>