X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Fuuid.h;h=31d8976aadb8290b7b0029aba1ab780706b69f4a;hp=b39e04233c89190b47597ee37232c33ecfb072a4;hb=1db40ff99bc679ae56a995d6f5a25b03660e5a93;hpb=e09672385792a1594700f03e06d1293e352dcd83 diff --git a/source/common/uuid.h b/source/common/uuid.h index b39e042..31d8976 100644 --- a/source/common/uuid.h +++ b/source/common/uuid.h @@ -16,13 +16,17 @@ // You should have received a copy of the GNU General Public License along // with Calendar. If not, see -#include +#ifndef COMMON_UUID_H +#define COMMON_UUID_H using namespace std; -#ifndef COMMON_UUID_H -#define COMMON_UUID_H +#include + +#if defined(WIN32) +#include +#endif string GenerateUUID(); -#endif \ No newline at end of file +#endif