summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-11 20:02:14 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-11 20:02:14 +0000
commit1dc1916c5e27b9d4f2f06dcb6101e7726f877850 (patch)
tree71d80fc5ad85d320f222d65832e7db55fda73194 /src
parentb963be07cbad283e7cdccaa208cfecd59e6a90e6 (diff)
OS X build fix.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index 27f029d9b..1a05ed2cb 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -63,6 +63,10 @@
#include <iostream>
#include <fstream>
+#ifdef check
+#undef check
+#endif
+
using std::cout;
using std::string;
using std::vector;