summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/cross.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc
index e21401973..73e45213c 100644
--- a/src/lib/cross.cc
+++ b/src/lib/cross.cc
@@ -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>