X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fuuid.h;h=31d8976aadb8290b7b0029aba1ab780706b69f4a;hb=1db40ff99bc679ae56a995d6f5a25b03660e5a93;hp=f406a79056702ca47a98557eb3de87f52b6ce2ad;hpb=fb79c54f1e6547985e8180d9fd5e2cc27ef6f919;p=xestiacalendar%2F.git diff --git a/source/common/uuid.h b/source/common/uuid.h index f406a79..31d8976 100644 --- a/source/common/uuid.h +++ b/source/common/uuid.h @@ -1,6 +1,6 @@ // uuid.cpp - UUID subroutines header. // -// (c) 2012-2015 Xestia Software Development. +// (c) 2012-2017 Xestia Software Development. // // This file is part of Xestia Calendar. // @@ -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