'libs/evoral' - #include 'Note.impl' when building with MSVC (this is necessary to...
authorJohn Emmas <johne53@tiscali.co.uk>
Mon, 13 Jan 2014 12:16:02 +0000 (12:16 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Mon, 13 Jan 2014 12:16:02 +0000 (12:16 +0000)
libs/evoral/evoral/Note.hpp

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