Index: head/cad/kicad-devel/files/patch-3d-viewer_3d__cache_3d__cache.cpp =================================================================== --- head/cad/kicad-devel/files/patch-3d-viewer_3d__cache_3d__cache.cpp (revision 474292) +++ head/cad/kicad-devel/files/patch-3d-viewer_3d__cache_3d__cache.cpp (revision 474293) @@ -1,21 +1,21 @@ -After boostorg/uuid@33da3e2a5b87 (and boostorg/uuid@3d2f7758e9e1) build fails: +After https://github.com/boostorg/uuid/commit/33da3e2a5b87 build fails: 3d-viewer/3d_cache/3d_cache.cpp:37:10: fatal error: 'boost/uuid/sha1.hpp' file not found #include ^ --- 3d-viewer/3d_cache/3d_cache.cpp.orig 2018-07-03 15:23:16 UTC +++ 3d-viewer/3d_cache/3d_cache.cpp @@ -34,7 +34,12 @@ #include #include +#include +#if (BOOST_VERSION >= 106600) +#include +#else #include +#endif #include #include