X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Frandom.h;h=390d9af2d8aeb97ac6b37b97d6d18fd5e0abc0e1;hb=e1f41a323159828fef7a3319768d1bc34fc127d3;hp=a931eeb53427f359c4ac13d983328e744392f7f8;hpb=cba151c4b833a26c63984769f921bab5e755decd;p=xestiacalendar%2F.git 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