From d55f72aeaf691071e02e2111ed923311c0985afd Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 23 Feb 2019 15:25:49 +0000 Subject: [PATCH] Another missing #include that MSVC2003 noticed --- src/Font.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Font.cpp b/src/Font.cpp index 442c3446..d03102ce 100644 --- a/src/Font.cpp +++ b/src/Font.cpp @@ -1,5 +1,6 @@ #include "Font.h" +#include #include #include #include