Include evoral/Note.hpp before pbd/compose.h
- This workaround prevents a clang compiler error about template visibility
This commit is contained in:
parent
693713ecdb
commit
65eb0b845f
@ -24,6 +24,10 @@
|
||||
#include <stdint.h>
|
||||
#include <cstdio>
|
||||
|
||||
#if __clang__
|
||||
#include "evoral/Note.hpp"
|
||||
#endif
|
||||
|
||||
#include "pbd/compose.h"
|
||||
#include "pbd/error.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user