X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Frandom.h;h=390d9af2d8aeb97ac6b37b97d6d18fd5e0abc0e1;hb=e1f41a323159828fef7a3319768d1bc34fc127d3;hp=212f942f435898959dba9f05c6b6c073b8eddb8b;hpb=98a01ea8f745a926d7f26f0706f5f95a401c5d83;p=xestiacalendar%2F.git diff --git a/source/common/random.h b/source/common/random.h index 212f942..390d9af 100644 --- a/source/common/random.h +++ b/source/common/random.h @@ -1,6 +1,6 @@ // random.h - Random number generation. // -// (c) 2016 Xestia Software Development. +// (c) 2016-217 Xestia Software Development. // // This file is part of Xestia Calendar. // @@ -24,6 +24,11 @@ #include #include +#if defined(WIN32) +#include +#include +#endif + int GenerateRandomNumber(int powerOf); #endif \ No newline at end of file