From 797e05ba085d13d096bb4221fc0cec3a3161a876 Mon Sep 17 00:00:00 2001 From: Ryan Casey Date: Thu, 9 Mar 2017 17:03:19 -0800 Subject: Resolve build-stopping error about 'minor' and 'major' being defined in --- libsolidity/analysis/SemVerHandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libsolidity') diff --git a/libsolidity/analysis/SemVerHandler.h b/libsolidity/analysis/SemVerHandler.h index fae0a764..76b70c5b 100644 --- a/libsolidity/analysis/SemVerHandler.h +++ b/libsolidity/analysis/SemVerHandler.h @@ -34,6 +34,9 @@ class SemVerError: dev::Exception { }; +#undef major +#undef minor + struct SemVerVersion { unsigned numbers[3]; -- cgit v1.2.3