diff options
Diffstat (limited to 'lang/solidity/files/patch-libevmasm_Instruction.h')
-rw-r--r-- | lang/solidity/files/patch-libevmasm_Instruction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/solidity/files/patch-libevmasm_Instruction.h b/lang/solidity/files/patch-libevmasm_Instruction.h index ddefe0e6d4cf..3b8c13e7d7e6 100644 --- a/lang/solidity/files/patch-libevmasm_Instruction.h +++ b/lang/solidity/files/patch-libevmasm_Instruction.h @@ -1,8 +1,8 @@ ---- libevmasm/Instruction.h.orig 2020-12-16 17:41:40 UTC +--- libevmasm/Instruction.h.orig 2022-03-16 14:18:52 UTC +++ libevmasm/Instruction.h -@@ -27,6 +27,8 @@ +@@ -26,6 +26,8 @@ + #include <libsolutil/Common.h> #include <libsolutil/Assertions.h> - #include <functional> +#undef MSIZE // remove MSIZE definition from <sys/params.h>, included by boost 1.66.0 + |