shithub: cstory

Download patch

ref: c52004a1b3582964d202fa32531c134fb5a018bc
parent: d79c50f8d8df2fc72a6e267e6e180dc2e40b2c8f
author: Clownacy <[email protected]>
date: Thu May 2 21:40:01 EDT 2019

Add a missing #include

--- a/src/Sound.cpp
+++ b/src/Sound.cpp
@@ -5,6 +5,7 @@
 #include <stdint.h>
 #include <stdio.h>
 #include <string>
+#include <cstring>
 
 #include <SDL.h>