shithub: cstory

Download patch

ref: 96f46f33878942bc3187bf7c0b971ab5bf700a88
parent: 30c7967ed45b6ad7067073058e5ae65066b79f95
author: Clownacy <[email protected]>
date: Wed Apr 1 20:00:12 EDT 2020

Fix compilation error

--- a/src/Backends/Rendering/SDLTexture.cpp
+++ b/src/Backends/Rendering/SDLTexture.cpp
@@ -1,6 +1,7 @@
 #include "../Rendering.h"
 
 #include <stddef.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>