This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
Standard-of-Iron
mirror of
https://github.com/djeada/Standard-of-Iron.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix std::clamp include
Adam Djellouli
2 months ago
parent
6c7cc7c7a3
commit
bc2a02572b
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
render/math/pod_math.h
+ 1
- 0
render/math/pod_math.h
View File
@@ -1,5 +1,6 @@
#pragma once
#pragma once
+#include <algorithm>
#include <cmath>
#include <cmath>
#include <cstring>
#include <cstring>