diff options
Diffstat (limited to 'graphics/animorph/files/patch-src-Hotspot.cpp')
-rw-r--r-- | graphics/animorph/files/patch-src-Hotspot.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/animorph/files/patch-src-Hotspot.cpp b/graphics/animorph/files/patch-src-Hotspot.cpp new file mode 100644 index 000000000000..b0f815ac83f4 --- /dev/null +++ b/graphics/animorph/files/patch-src-Hotspot.cpp @@ -0,0 +1,10 @@ +--- src/Hotspot.cpp.orig 2007-11-25 12:34:58.000000000 +0300 ++++ src/Hotspot.cpp 2013-09-17 17:32:58.043519323 +0400 +@@ -1,5 +1,7 @@ + #include "../include/animorph/Hotspot.h" + ++#include <cstring> ++ + using namespace std; + using namespace Animorph; + |