diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/atmos_content.h | 1 | ||||
| -rw-r--r-- | src/lib/cross.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/atmos_content.h b/src/lib/atmos_content.h index cfacb9729..afa3c75a2 100644 --- a/src/lib/atmos_content.h +++ b/src/lib/atmos_content.h @@ -21,6 +21,7 @@ #include "content_part.h" #include "types.h" +#include <dcp/types.h> class Content; diff --git a/src/lib/cross.h b/src/lib/cross.h index 4be121d2b..4281700a7 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -29,6 +29,8 @@ #include <IOKit/pwr_mgt/IOPMLib.h> #endif #include <boost/filesystem.hpp> +/* windows.h defines this but we want to use it */ +#undef ERROR #include <boost/thread/mutex.hpp> #include <boost/optional.hpp> |
