13
0

'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:
John Emmas 2014-01-13 12:16:02 +00:00
parent 316973d7c7
commit 1d69f31266

View File

@ -116,5 +116,9 @@ template<typename Time>
return o;
}
#ifdef COMPILER_MSVC
#include "../src/Note.impl"
#endif
#endif // EVORAL_NOTE_HPP