Skip to content

Commit

Permalink
Include <algorithm> for std::max
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored and Web-eWorks committed Apr 27, 2024
1 parent 2888d38 commit d4ce2a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vector3.h
Expand Up @@ -8,6 +8,7 @@
#include "vector2.h"
#include <math.h>
#include <stdio.h>
#include <algorithm>

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

0 comments on commit d4ce2a4

Please sign in to comment.