Skip to content

Commit

Permalink
* Include <limits> instead of <climits> in BinaryHeap.
Browse files Browse the repository at this point in the history
Fixes a compile issue on raspberry pi
  • Loading branch information
iProgramMC committed May 25, 2024
1 parent e2ba9e1 commit 5af8f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/world/level/path/BinaryHeap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The following code is licensed under the BSD 1 clause license.
SPDX-License-Identifier: BSD-1-Clause
********************************************************************/
#include <climits>
#include <limits>
#include "BinaryHeap.hpp"
#include "common/Mth.hpp"

Expand Down

0 comments on commit 5af8f9c

Please sign in to comment.