提交 82fc9f4b 编写于 作者: M Martin Storsjö

display: Include mathematics.h for fallback definition of NAN

This fixes compilation with MSVC.
Signed-off-by: NMartin Storsjö <martin@martin.st>
上级 853cc025
......@@ -23,6 +23,7 @@
#include <math.h>
#include "display.h"
#include "mathematics.h"
// fixed point to double
#define CONV_FP(x) ((double) (x)) / (1 << 16)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册