medfall

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

commit d6a0bd133767a6d2e6a2a21380c610179a23ea23
parent 92ac98225878b855eccba44480a528ba51002002
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Dec 11 16:04:02 +0200

Fix windows build

Diffstat:
hm.cc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/hm.cc b/hm.cc @@ -11,6 +11,7 @@ #include "work_queue.h" #include "text_renderer.h" #include "pool.h" +#include "platform_io.h" static const char * vert_src = GLSL( in vec3 position;