13
0

Include evoral/Note.hpp before pbd/compose.h

- This workaround prevents a clang compiler error about template
  visibility
This commit is contained in:
Michael R. Fisher 2013-07-15 16:45:34 -05:00 committed by Michael Fisher
parent 693713ecdb
commit 65eb0b845f

View File

@ -24,6 +24,10 @@
#include <stdint.h>
#include <cstdio>
#if __clang__
#include "evoral/Note.hpp"
#endif
#include "pbd/compose.h"
#include "pbd/error.h"