obs-d3d11: include float.h for FLT_MAX

gcc expects this header to be included
This commit is contained in:
martell
2015-02-07 00:22:38 +00:00
committed by jp9000
parent c0827212df
commit e96bd8c6bb

View File

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