Skip to content

Commit 392227f

Browse files
AMDmi3Endless Sky
authored andcommitted
Include <cstdlib> for abs()
1 parent 86914d9 commit 392227f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/CollisionSet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details.
2020
#include "Ship.h"
2121

2222
#include <algorithm>
23+
#include <cstdlib>
2324
#include <numeric>
2425
#include <set>
2526

0 commit comments

Comments
 (0)