Kaydet (Commit) ca0fd4a4 authored tarafından Andras Timar's avatar Andras Timar

guard boost/property_tree/json_parser.hpp on WNT

Change-Id: Iaae0f4d1bd30e0439c39d9060bb2ad2dba4f16f8
üst a280392a
......@@ -50,7 +50,13 @@
#include <string>
#include <algorithm>
#ifdef WNT
#include <prewin.h>
#endif
#include <boost/property_tree/json_parser.hpp>
#ifdef WNT
#include <postwin.h>
#endif
#include <basegfx/tools/zoomtools.hxx>
......
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