mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
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:
parent
7b3263891f
commit
25745758aa
4 changed files with 15 additions and 120 deletions
|
|
@ -19,7 +19,9 @@
|
|||
#include <iostream>
|
||||
#include <limits>
|
||||
#include <glib.h>
|
||||
#ifndef COMPILER_MSVC
|
||||
#include "evoral/Note.hpp"
|
||||
#endif
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue