Missing #includes for Windows.
[dcpomatic.git] / 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>