OS X build fix.
authorCarl Hetherington <cth@carlh.net>
Tue, 15 Aug 2017 13:12:46 +0000 (14:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 15 Aug 2017 13:12:46 +0000 (14:12 +0100)
src/tools/dcpomatic_player.cc

index c6918ffa0db0fc482be8477407e28f916a2c500d..2dd29c3edb6874ba7d094151e08d4386039a7704 100644 (file)
 #include <boost/bind.hpp>
 #include <iostream>
 
+#ifdef check
+#undef check
+#endif
+
 using std::string;
 using std::cout;
 using std::exception;