Commit 798845ce authored by Martin Storsjö's avatar Martin Storsjö

testprogs: Add missing libm.h includes

This fixes building on MSVC 2010 and 2012 after d12b5b2f.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent d12b5b2f
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include "libavutil/libm.h"
#include "iirfilter.h" #include "iirfilter.h"
#define FILT_ORDER 4 #define FILT_ORDER 4
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "libm.h"
#include "timer.h" #include "timer.h"
#include "eval.h" #include "eval.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment