Fix evoral test to compile with mingw

This commit is contained in:
Paul Davis 2013-07-11 13:03:55 -04:00
parent 2b9f50ffc7
commit 350bd56a06

View file

@ -1,5 +1,9 @@
#include "SMFTest.hpp"
#ifdef WIN32
#include <io.h> // for R_OK
#endif
using namespace std;
CPPUNIT_TEST_SUITE_REGISTRATION( SMFTest );