Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 01 Dec 2017 19:42:59 +0100
Description: Add missing climits

--- a/src/xml/tixml_base.cpp
+++ b/src/xml/tixml_base.cpp
@@ -26,6 +26,8 @@ limitations under the License.
 #include "tixml_base.h"
 #include <climits>
 
+#include <climits>
+
 const std::string tibasestr::EXTRA_TAG_0     =   "incorrect xml: extra tag \"";
 const std::string tibasestr::EXTRA_TAG_1     =   "\".";
 const std::string tibasestr::MISSING_TAG_0   =   "incorrect xml: missing tag \"";
