mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Resolve build-stopping error about 'minor' and 'major' being defined in <sys/types.h>
This commit is contained in:
parent
b22369d590
commit
797e05ba08
@ -34,6 +34,9 @@ class SemVerError: dev::Exception
|
||||
{
|
||||
};
|
||||
|
||||
#undef major
|
||||
#undef minor
|
||||
|
||||
struct SemVerVersion
|
||||
{
|
||||
unsigned numbers[3];
|
||||
|
Loading…
Reference in New Issue
Block a user