Add missing math.h

This commit is contained in:
bnnm 2019-07-24 15:46:47 +02:00
parent 3410f68866
commit 4b9be69347

View File

@ -1,3 +1,4 @@
#include <math.h>
#include "meta.h"
#include "../layout/layout.h"
#include "../coding/coding.h"