Selaa lähdekoodia

obs-d3d11: include float.h for FLT_MAX

gcc expects this header to be included
martell 10 vuotta sitten
vanhempi
sitoutus
e96bd8c6bb
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      libobs-d3d11/d3d11-samplerstate.cpp

+ 1 - 0
libobs-d3d11/d3d11-samplerstate.cpp

@@ -16,6 +16,7 @@
 ******************************************************************************/
 
 #include <graphics/vec4.h>
+#include <float.h>
 
 #include "d3d11-subsystem.hpp"