mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
fix for push2 code on Windows (no random())
This commit is contained in:
parent
b6e62c6654
commit
6c4627b1b7
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue