Commit 477069c0 authored by Wayne Stambaugh's avatar Wayne Stambaugh

Fix compile bug in ptree.cpp with wxWidgets 2.9.x and MinGW.

parent 6bf3d7cd
......@@ -23,10 +23,13 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
// Something in either <boost/property_tree/ptree.hpp> causes a bunch of compiler
// errors in <wx/msw/winundef.h> version 2.9 on MinGW.
#include <macros.h>
#include <boost/property_tree/ptree.hpp>
#include <assert.h>
#include <macros.h>
#include <ptree.h>
typedef PTREE::const_iterator CITER;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment