Resolve build-stopping error about 'minor' and 'major' being defined in <sys/types.h>

This commit is contained in:
Ryan Casey 2017-03-09 17:03:19 -08:00
parent b22369d590
commit 797e05ba08

View File

@ -34,6 +34,9 @@ class SemVerError: dev::Exception
{
};
#undef major
#undef minor
struct SemVerVersion
{
unsigned numbers[3];