summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2019-09-18 15:08:26 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2019-09-18 15:08:26 +0100
commit37194ec805807143c2d9cb4a76ab7f258a3d0622 (patch)
tree6cb1557df678eb370803af6a0a1b914bdebe9425 /libs
parentcb3afb6981728ccf0527365a25533b02468b3246 (diff)
Introduce the BOOST_MPL stuff (though it all seems a bit flaky with MSVC...)
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/ardour/transport_fsm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/ardour/transport_fsm.h b/libs/ardour/ardour/transport_fsm.h
index 689db5c16c..f175f8161a 100644
--- a/libs/ardour/ardour/transport_fsm.h
+++ b/libs/ardour/ardour/transport_fsm.h
@@ -5,6 +5,10 @@
#undef nil
#endif
+#ifndef BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#endif
+
#include <boost/weak_ptr.hpp>
#include <boost/msm/back/state_machine.hpp>
#include <boost/msm/back/tools.hpp>