diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-11 20:02:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-11 20:02:14 +0000 |
| commit | 1dc1916c5e27b9d4f2f06dcb6101e7726f877850 (patch) | |
| tree | 71d80fc5ad85d320f222d65832e7db55fda73194 /src | |
| parent | b963be07cbad283e7cdccaa208cfecd59e6a90e6 (diff) | |
OS X build fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 4 |
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; |
