Include evoral/Note.hpp before pbd/compose.h
authorMichael R. Fisher <mfisher@bketech.com>
Mon, 15 Jul 2013 21:45:34 +0000 (16:45 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 8 Aug 2013 19:23:09 +0000 (15:23 -0400)
- This workaround prevents a clang compiler error about template
  visibility

libs/evoral/src/Sequence.cpp

index b56c234d75dd5c9bc85d06ade80c5afd3b62bd01..204ef58f33a19eae571d3cb56bc52f0b9dc8e670 100644 (file)
 #include <stdint.h>
 #include <cstdio>
 
+#if __clang__
+#include "evoral/Note.hpp"
+#endif
+
 #include "pbd/compose.h"
 #include "pbd/error.h"