--- src/SDCCnaddr.hpp.orig 2015-04-01 13:50:35 UTC +++ src/SDCCnaddr.hpp @@ -37,6 +37,12 @@ #include #include +// Workaround for boost bug #11880 +#include +#if BOOST_VERSION == 106000 + #include +#endif + #include #include "SDCCtree_dec.hpp"