13
0

fixups for building on OS X where apple define silly macros

This commit is contained in:
Paul Davis 2013-04-30 11:14:06 -04:00
parent c40accda42
commit 07a5372eea

View File

@ -21,6 +21,13 @@
#ifndef __ardour_gtk_automation_controller_h__
#define __ardour_gtk_automation_controller_h__
#ifdef YES
#undef YES
#endif
#ifdef NO
#undef NO
#endif
#include <boost/shared_ptr.hpp>
#include <gtkmm.h>