ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
333 stars 90 forks source link

missing include in tools sources #229

Closed ryzom-pipeline closed 9 years ago

ryzom-pipeline commented 9 years ago

Original report by Meelis Mägi (Bitbucket: [Meelis Mägi](https://bitbucket.org/Meelis Mägi), ).


ryzom/tools/leveldesign/mp_generator/main.cpp (utils.h actually)
ryzom/tools/patch_gen/patch_gen_common.cpp
ryzom/tools/server/ai_build_wmap/build_proximity_maps.cpp

Don't know about other platforms, but these files need #include <limits> under linux

ryzom-pipeline commented 9 years ago

Original comment by Cédric Ochs (Bitbucket: [Cédric OCHS](https://bitbucket.org/Cédric OCHS), ).


Fix #229 missing include in tools sources