Skip to content

Commit d4ce2a4

Browse files
AMDmi3Webster Sheets
authored andcommitted
Include <algorithm> for std::max
1 parent 2888d38 commit d4ce2a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vector3.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "vector2.h"
99
#include <math.h>
1010
#include <stdio.h>
11+
#include <algorithm>
1112

1213
// Need this pragma due to operator[] implementation.
1314
#pragma pack(4)

0 commit comments

Comments
 (0)