Browse Source
Merge pull request #17 from cloudwu/fixbuild
fix build for mingw/gcc
Branimir Karadžić
7 years ago
|
@@ -19,6 +19,7 @@
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
#include <stdint.h>
|
|
|
#include <stdlib.h>
|
|
#include <stdlib.h>
|
|
|
|
|
+#include <math.h>
|
|
|
#include "mathlib.h"
|
|
#include "mathlib.h"
|
|
|
|
|
|
|
|
#ifndef MIN
|
|
#ifndef MIN
|