blob: da620229ab564a27caed46278db3caa7235990b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libevmasm/Instruction.h.orig 2018-01-23 11:51:18 UTC
+++ libevmasm/Instruction.h
@@ -26,6 +26,8 @@
#include <libdevcore/Assertions.h>
#include "Exceptions.h"
+#undef MSIZE // remove MSIZE definition from <sys/params.h>, included by boost 1.66.0
+
namespace dev
{
namespace solidity
|