Include windows.h for Sleep function

This commit is contained in:
Tim Mayberry 2014-05-02 20:25:09 +10:00
parent 8a796bd5e1
commit 9c07675cbe
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ using namespace ARDOUR;
using namespace PBD;
#ifdef PLATFORM_WINDOWS
#include <windows.h>
#define sleep(X) Sleep((X) * 1000)
#endif