porosity
porosity copied to clipboard
Fix build on linux
Unfortunatelly, doesn't build without this include file and including it before
the corresponding boost include file.
I have looked into this also, had the same issue. I did some searching and looks like cpp-ethereum had this patch in libdevcore, however has since moved to building boost at a newer version (and requiring that).
From what I found boost version above 1.58 does not need this patch, unfortunately this version of boost isn't in ubuntu 16.04, it is in debian sid though.
A pull request for updating the boost version would be more than welcome then!