From 1bd0ed7f4a2bd67da7e8957dac7a8d143e9a599a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 2 Aug 2017 23:07:17 +0100 Subject: [PATCH] Missing #includes for Windows. --- src/lib/cross.cc | 2 ++ 1 file changed, 2 insertions(+) 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 @@ -34,6 +35,7 @@ extern "C" { #include #undef DATADIR #include +#include #endif #ifdef DCPOMATIC_OSX #include -- 2.30.2