compilation fix for windows (random() <=> rand()
This commit is contained in:
parent
fe271f04c7
commit
506d0efc32
@ -1,6 +1,10 @@
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#define random() rand()
|
||||
#endif
|
||||
|
||||
#include <glibmm.h>
|
||||
|
||||
#include <rubberband/RubberBandStretcher.h>
|
||||
|
Loading…
Reference in New Issue
Block a user