diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-02 23:07:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-14 21:07:48 +0100 |
| commit | 1bd0ed7f4a2bd67da7e8957dac7a8d143e9a599a (patch) | |
| tree | b85f2e1b907c5d200dd45ebe33c542013ac834bd /src/lib | |
| parent | 7dd28a79715f06c76fd6f2cd5c1821d2dc1f1949 (diff) | |
Missing #includes for Windows.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/cross.cc | 2 |
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> |
