mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
compilation fix for windows (random() <=> rand()
This commit is contained in:
parent
fe271f04c7
commit
506d0efc32
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#define random() rand()
|
||||
#endif
|
||||
|
||||
#include <glibmm.h>
|
||||
|
||||
#include <rubberband/RubberBandStretcher.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue