summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorunknown <marc@marcdelorme.fr>2015-02-05 11:46:10 +0100
committerJosé Fonseca <jfonseca@vmware.com>2015-02-05 14:50:00 +0000
commitfe5ef8bd2eaf5179d0da29cf8904157575d03d3e (patch)
tree23bfba2f6a50d988b9aefbb90ce93566ac84af86 /helpers
parentbda81f079cd90ebf952831109500626cbe645266 (diff)
glhelpers: fix glprofile.cpp compilation on VS2012
std::string was forward declarated only, so I have include <string>
Diffstat (limited to 'helpers')
-rw-r--r--helpers/glprofile.hpp1
1 files changed, 1 insertions, 0 deletions
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 <ostream>
#include <set>
+#include <string>
namespace glprofile {