13
0

Fix OSX builds: undef Apples's odd nil macro

This commit is contained in:
Robin Gareus 2019-09-18 06:23:40 +02:00
parent 52021bc3ca
commit b2ff2b86fa
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1,6 +1,10 @@
#ifndef _ardour_transport_fsm_h_
#define _ardour_transport_fsm_h_
#ifdef nil
#undef nil
#endif
#include <boost/weak_ptr.hpp>
#include <boost/msm/back/state_machine.hpp>
#include <boost/msm/back/tools.hpp>