diff --git a/common/ptree.cpp b/common/ptree.cpp index bb1db39eb4..19cb21f94f 100644 --- a/common/ptree.cpp +++ b/common/ptree.cpp @@ -23,10 +23,13 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ +// Something in either causes a bunch of compiler +// errors in version 2.9 on MinGW. +#include + #include #include -#include #include typedef PTREE::const_iterator CITER;