Description: moving boost thread include out of header that does not use it Patch is not yet forwarded upstream. Author: Laszlo Kajan --- a/src/utils.h +++ b/src/utils.h @@ -10,7 +10,6 @@ #endif #include -#include #include #include #include --- a/src/structure.cpp +++ b/src/structure.cpp @@ -18,6 +18,7 @@ #define foreach BOOST_FOREACH #include #include +#include #include "align-2d.h" #include "utils.h"