mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
'libs/evoral' - #include 'Note.impl' when building with MSVC (this is necessary to ensure that Evoral::Note gets exported from the evoral DLL)
This commit is contained in:
parent
316973d7c7
commit
1d69f31266
1 changed files with 4 additions and 0 deletions
|
|
@ -116,5 +116,9 @@ template<typename Time>
|
|||
return o;
|
||||
}
|
||||
|
||||
#ifdef COMPILER_MSVC
|
||||
#include "../src/Note.impl"
|
||||
#endif
|
||||
|
||||
#endif // EVORAL_NOTE_HPP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue