- make LIBMATH include math

This commit is contained in:
Ilya Shurumov 2020-04-26 06:44:42 +06:00
parent 6c127bc502
commit a8e611b83a

View File

@ -1,6 +1,6 @@
#ifndef LIBMATH_H
#define LIBMATH_H
#include <math.h>
#endif