Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
wootguy committed Jul 6, 2024
1 parent cef251b commit 69eeeb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nav/LeafNavMesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include "Fgd.h"
#include "globals.h"
#include <queue>
#include <algorithm>
#include <limits.h>

LeafNode::LeafNode() {
links.clear();
Expand Down
1 change: 1 addition & 0 deletions src/nav/LeafNavMeshGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "util.h"
#include "LeafOctree.h"
#include <algorithm>
#include <float.h>

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

0 comments on commit 69eeeb3

Please sign in to comment.