diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-15 19:00:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-15 19:00:59 +0300 |
commit | 39e19833f3cdb67b53544f3a8787628e484a50ef (patch) | |
tree | 20758d2591927e2147d343cf44b8ef39cd8045c5 /src/resources/map/map.cpp | |
parent | 5273b0bc8dcc2adbf8557a4008c63e50955884fe (diff) | |
download | plus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.gz plus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.bz2 plus-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.xz plus-39e19833f3cdb67b53544f3a8787628e484a50ef.zip |
Fix other include issues.
Diffstat (limited to 'src/resources/map/map.cpp')
-rw-r--r-- | src/resources/map/map.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp index e86c0c2a4..e0454ea8c 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -69,7 +69,9 @@ #include <sys/stat.h> +#ifdef ENABLE_PUGIXML #include <climits> +#endif // ENABLE_LIBXML #include "debug.h" |