Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/graphics/animorph/files/patch-src-Hotspot.cpp
16124 views
1
--- src/Hotspot.cpp.orig 2007-11-25 12:34:58.000000000 +0300
2
+++ src/Hotspot.cpp 2013-09-17 17:32:58.043519323 +0400
3
@@ -1,5 +1,7 @@
4
#include "../include/animorph/Hotspot.h"
5
6
+#include <cstring>
7
+
8
using namespace std;
9
using namespace Animorph;
10
11
12