]> git.tdb.fi Git - libs/gl.git/blobdiff - source/program.cpp
Add a missing #include
[libs/gl.git] / source / program.cpp
index 2ed6fba8800c9f804127827ec85eca65a95bcea9..eed8b87a469a1ccf3f58cdb9f43a5fba1c10764d 100644 (file)
@@ -5,6 +5,7 @@ Copyright © 2007 Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
+#include <algorithm>
 #include "arb_shader_objects.h"
 #include "arb_vertex_shader.h"
 #include "except.h"