summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-01-13 12:16:02 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-01-13 12:16:02 +0000
commit1d69f312668841fbc2e55213fae753e135a1aa44 (patch)
treea70e4f82692d4823a7ac0dac30fa11cd1538011d /libs/evoral/evoral
parent316973d7c7bc99bfef6367d42009883d0de2abbd (diff)
'libs/evoral' - #include 'Note.impl' when building with MSVC (this is necessary to ensure that Evoral::Note gets exported from the evoral DLL)
Diffstat (limited to 'libs/evoral/evoral')
-rw-r--r--libs/evoral/evoral/Note.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/evoral/evoral/Note.hpp b/libs/evoral/evoral/Note.hpp
index dc6b374d36..e84d6b9dc4 100644
--- a/libs/evoral/evoral/Note.hpp
+++ b/libs/evoral/evoral/Note.hpp
@@ -116,5 +116,9 @@ template<typename Time>
return o;
}
+#ifdef COMPILER_MSVC
+#include "../src/Note.impl"
+#endif
+
#endif // EVORAL_NOTE_HPP