ports/lang/solidity/files/patch-libevmasm_SimplificationRule.h
2022-04-13 15:56:48 +02:00

11 lines
300 B
C++

--- libevmasm/SimplificationRule.h.orig 2022-03-24 17:18:35 UTC
+++ libevmasm/SimplificationRule.h
@@ -25,6 +25,8 @@
#include <libsolutil/CommonData.h>
#include <functional>
+#undef MSIZE // remove MSIZE definition from <sys/params.h>, included by boost 1.66.0
+
namespace solidity::evmasm
{