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)
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
#include <glib.h>
|
||||
#ifndef COMPILER_MSVC
|
||||
#include "evoral/Note.hpp"
|
||||
#endif
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user