From 005120bbd8f060853ea948339bb3b29024cabb6c Mon Sep 17 00:00:00 2001 From: CobaltXII Date: Mon, 31 Dec 2018 19:26:49 -0500 Subject: [PATCH] Now including fstream and string standard headers --- src/main.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.hpp b/src/main.hpp index b3522cb..20ad487 100644 --- a/src/main.hpp +++ b/src/main.hpp @@ -1,6 +1,8 @@ #include +#include #include #include +#include // GLM is used as the mathematics library.