From fe5ef8bd2eaf5179d0da29cf8904157575d03d3e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Feb 2015 11:46:10 +0100 Subject: glhelpers: fix glprofile.cpp compilation on VS2012 std::string was forward declarated only, so I have include --- helpers/glprofile.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/glprofile.hpp b/helpers/glprofile.hpp index 25f0a2d4..cf2947bd 100644 --- a/helpers/glprofile.hpp +++ b/helpers/glprofile.hpp @@ -35,6 +35,7 @@ #include #include +#include namespace glprofile { -- cgit v1.2.3