From d3f6110d73eccff56ab594428410c34af4bd1d81 Mon Sep 17 00:00:00 2001 From: bjorn Date: Sat, 21 Oct 2017 21:52:05 -0700 Subject: [PATCH] Fix windows build; --- CMakeLists.txt | 1 + src/loaders/model.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71e7e3a7..a4457e1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -239,6 +239,7 @@ set(LOVR_SRC src/audio/source.c src/event/event.c src/filesystem/blob.c + src/filesystem/file.c src/filesystem/filesystem.c src/graphics/font.c src/graphics/graphics.c diff --git a/src/loaders/model.c b/src/loaders/model.c index be115274..c20ed60a 100644 --- a/src/loaders/model.c +++ b/src/loaders/model.c @@ -3,7 +3,6 @@ #include "filesystem/file.h" #include "math/math.h" #include "math/mat4.h" -#include #include #include #include