diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/file.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/file.cc b/src/file.cc index e13954bd..b5d2eed4 100644 --- a/src/file.cc +++ b/src/file.cc @@ -35,6 +35,9 @@ #include "dcp_assert.h" #include "file.h" #include <boost/algorithm/string.hpp> +#ifdef LIBDCP_WINDOWS +#include <errhandlingapi.h> +#endif #include <stdio.h> |
