11 lines
432 B
Diff
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;
|
|
|