This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
animorph/animorph-0.3-gcc44.patch
Nicolas Chauvet 14d7cadd0b Fix for gcc44
2009-03-04 16:40:20 +00:00

11 lines
432 B
Diff

diff -up animorph-0.3/src/OgreXMLExporter.cpp.gcc44 animorph-0.3/src/OgreXMLExporter.cpp
--- animorph-0.3/src/OgreXMLExporter.cpp.gcc44 2007-11-25 10:34:58.000000000 +0100
+++ animorph-0.3/src/OgreXMLExporter.cpp 2009-03-04 17:37:33.000000000 +0100
@@ -1,5 +1,7 @@
#include "../include/animorph/OgreXMLExporter.h"
#include "../include/animorph/xmlParser.h"
+#include <cstdint>
+
using namespace std;
using namespace Animorph;