Include evoral/Note.hpp before pbd/compose.h
- This workaround prevents a clang compiler error about template visibility
This commit is contained in:
committed by
Paul Davis
parent
8f33b7101f
commit
5a97ae6bd6
@@ -24,6 +24,10 @@
|
||||
#include <stdint.h>
|
||||
#include <cstdio>
|
||||
|
||||
#if __clang__
|
||||
#include "evoral/Note.hpp"
|
||||
#endif
|
||||
|
||||
#include "pbd/compose.h"
|
||||
#include "pbd/error.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user