mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue