summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorMichael R. Fisher <mfisher@bketech.com>2013-07-15 16:45:34 -0500
committerMichael Fisher <mfisher31@gmail.com>2013-07-15 22:57:34 -0500
commit65eb0b845f1e028d0b310cfe112730c6a62f3efd (patch)
tree09079e91dbf1b29ea914893a742b861299e4ff31 /libs
parent693713ecdb0bd4024f0a45aac6b74bd00d00eae4 (diff)
Include evoral/Note.hpp before pbd/compose.h
- This workaround prevents a clang compiler error about template visibility
Diffstat (limited to 'libs')
-rw-r--r--libs/evoral/src/Sequence.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/evoral/src/Sequence.cpp b/libs/evoral/src/Sequence.cpp
index b56c234d75..204ef58f33 100644
--- a/libs/evoral/src/Sequence.cpp
+++ b/libs/evoral/src/Sequence.cpp
@@ -24,6 +24,10 @@
#include <stdint.h>
#include <cstdio>
+#if __clang__
+#include "evoral/Note.hpp"
+#endif
+
#include "pbd/compose.h"
#include "pbd/error.h"