Skip to content

Commit e78f847

Browse files
committed
fix linux build
1 parent cef251b commit e78f847

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ msvc
77
/imgui_177
88
/imgui_178
99
/merge
10+
/glew_x64
11+
/glfw_30
12+
/imgui_181
13+
/msvc_x86

src/nav/LeafNavMeshGenerator.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "util.h"
99
#include "LeafOctree.h"
1010
#include <algorithm>
11+
#include <float.h>
1112

1213
LeafNavMesh* LeafNavMeshGenerator::generate(Bsp* map, int hull) {
1314
float NavMeshGeneratorGenStart = glfwGetTime();

0 commit comments

Comments
 (0)