medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2c0f2fa836eadf1609b31d46bb10f34457afda25
parent 04705a408ffa5c25ee34ce56fad4f01cf944a183
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat Aug  1 19:28:07 +0200

Require string in heightmap.h

Diffstat:
heightmap.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/heightmap.h b/heightmap.h @@ -1,6 +1,8 @@ #ifndef _HEIGHTMAP_H_ #define _HEIGHTMAP_H_ +#include <string> + #include <GL/gl.h> #include <glm/glm.hpp>