Skip to content

Commit 49f52b8

Browse files
committed
fix linux build
1 parent cef251b commit 49f52b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/nav/LeafNavMesh.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "Fgd.h"
1212
#include "globals.h"
1313
#include <queue>
14+
#include <algorithm>
1415

1516
LeafNode::LeafNode() {
1617
links.clear();

src/nav/LeafNavMeshGenerator.cpp

Lines changed: 1 addition & 0 deletions
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)