Browse Source

fix std::clamp include

Adam Djellouli 2 months ago
parent
commit
bc2a02572b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      render/math/pod_math.h

+ 1 - 0
render/math/pod_math.h

@@ -1,5 +1,6 @@
 #pragma once
 
+#include <algorithm>
 #include <cmath>
 #include <cstring>