فهرست منبع

fix std::clamp include

Adam Djellouli 2 ماه پیش
والد
کامیت
bc2a02572b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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>