blob: b0f815ac83f4b5a1941664688e040346fa4bf788 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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;
|