X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Frandom.h;h=390d9af2d8aeb97ac6b37b97d6d18fd5e0abc0e1;hp=a931eeb53427f359c4ac13d983328e744392f7f8;hb=fcc4024e7e27ed30e444cbf811671a3a7f41471d;hpb=1db40ff99bc679ae56a995d6f5a25b03660e5a93 diff --git a/source/common/random.h b/source/common/random.h index a931eeb..390d9af 100644 --- a/source/common/random.h +++ b/source/common/random.h @@ -24,6 +24,11 @@ #include #include +#if defined(WIN32) +#include +#include +#endif + int GenerateRandomNumber(int powerOf); #endif \ No newline at end of file