mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Fix evoral test to compile with mingw
This commit is contained in:
parent
2b9f50ffc7
commit
350bd56a06
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#include "SMFTest.hpp"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <io.h> // for R_OK
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( SMFTest );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue