summaryrefslogtreecommitdiff
path: root/libs/evoral/src/Note.cpp
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-11-24 12:51:54 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-11-24 12:51:54 +0000
commit25745758aa875de4b4e4d6401441b8318ef5365d (patch)
tree85e6c09867dbc55fe3b82d15365c33ac4c49599e /libs/evoral/src/Note.cpp
parent7b3263891fdb243a4f3b70b1a5eeb87bd78f6bc1 (diff)
Changes needed to accommodate building libevoral with MSVC
Note that class 'MusicalTime' needn't be exportable (with a little work, this could be reverted if it affects the other builds)
Diffstat (limited to 'libs/evoral/src/Note.cpp')
-rw-r--r--libs/evoral/src/Note.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/evoral/src/Note.cpp b/libs/evoral/src/Note.cpp
index 918727ef50..93c0a90478 100644
--- a/libs/evoral/src/Note.cpp
+++ b/libs/evoral/src/Note.cpp
@@ -19,7 +19,9 @@
#include <iostream>
#include <limits>
#include <glib.h>
+#ifndef COMPILER_MSVC
#include "evoral/Note.hpp"
+#endif
namespace Evoral {