diff options
Diffstat (limited to '3rdparty/bgfx/examples/common/common.h')
-rw-r--r-- | 3rdparty/bgfx/examples/common/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/common/common.h b/3rdparty/bgfx/examples/common/common.h index b53aba26908..19c71c2a2a5 100644 --- a/3rdparty/bgfx/examples/common/common.h +++ b/3rdparty/bgfx/examples/common/common.h @@ -7,7 +7,7 @@ #define COMMON_H_HEADER_GUARD #include <bx/timer.h> -#include <bx/fpumath.h> +#include <bx/math.h> #include "entry/entry.h" |