shithub: cstory

Download patch

ref: d55f72aeaf691071e02e2111ed923311c0985afd
parent: 3e4ef292c449d6032e983dd165217853458d5264
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sat Feb 23 10:25:49 EST 2019

Another missing #include that MSVC2003 noticed

--- a/src/Font.cpp
+++ b/src/Font.cpp
@@ -1,5 +1,6 @@
 #include "Font.h"
 
+#include <math.h>
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>