#include #ifndef COMMON_UUID_H #define COMMON_UUID_H wxString GenerateUUID(); bool CheckUUID(wxString UUIDInc); #endif