summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-08-15 14:12:46 +0100
committerCarl Hetherington <cth@carlh.net>2017-08-15 14:12:46 +0100
commite460d569cdb810ed15d8e3de50305dc6462ea2d8 (patch)
tree354c83c7282a3e41999cff36d6d9d8365190fe9b
parent6e839d5b42bb701d446e26296c156deca2e7be44 (diff)
OS X build fix.
-rw-r--r--src/tools/dcpomatic_player.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc
index c6918ffa0..2dd29c3ed 100644
--- a/src/tools/dcpomatic_player.cc
+++ b/src/tools/dcpomatic_player.cc
@@ -47,6 +47,10 @@
#include <boost/bind.hpp>
#include <iostream>
+#ifdef check
+#undef check
+#endif
+
using std::string;
using std::cout;
using std::exception;