commit: b2b7e3e4f4151c6e8d3562b87b470ecba8e8f18e
parent 46ea2b5fc9f5dc342c5eccce799096294f9b83eb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 22 Mar 2024 19:30:58 +0100
Apply gentoo libbulletml-0.0.6-gcc43.patch
Noted as equivalent to debian debian/patches/includes.patch
Diffstat:
3 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/calc.yy b/src/calc.yy
@@ -8,6 +8,7 @@ typedef double NumType;
#include <cmath>
#include <cctype>
+#include <cstring>
#include <vector>
#include <sstream>
diff --git a/src/tinyxml/tinyxml.h b/src/tinyxml/tinyxml.h
@@ -28,6 +28,8 @@ distribution.
#include <string>
#include <stdio.h>
#include <assert.h>
+#include <cstring>
+#include <cstdlib>
class TiXmlDocument;
class TiXmlElement;
diff --git a/src/tinyxml/tinyxmlparser.cpp b/src/tinyxml/tinyxmlparser.cpp
@@ -24,6 +24,7 @@ distribution.
#include "tinyxml.h"
#include <ctype.h>
+#include <cstring>
const char* TiXmlBase::SkipWhiteSpace( const char* p )
{