ports/graphics/animorph/patches/patch-src_Hotspot_cpp

9 lines
171 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/Hotspot.cpp
--- src/Hotspot.cpp.orig
+++ src/Hotspot.cpp
@@ -1,3 +1,4 @@
+#include <string.h>
#include "../include/animorph/Hotspot.h"
using namespace std;