fix for push2 code on Windows (no random())
This commit is contained in:
parent
b6e62c6654
commit
6c4627b1b7
@ -57,6 +57,10 @@
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#define random() rand()
|
||||
#endif
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace std;
|
||||
using namespace PBD;
|
||||
|
Loading…
Reference in New Issue
Block a user