API: explicitly add math.h (#2852)

* API: explicitly add math.h

* sync target api versions
This commit is contained in:
Sergey Gavrilov
2023-07-06 15:49:53 +04:00
committed by GitHub
parent e6b0494d4d
commit d8500510be
4 changed files with 222 additions and 2 deletions
@@ -1,3 +1,4 @@
#pragma once
#include <errno.h>
#include <stdint.h>
@@ -0,0 +1,2 @@
#pragma once
#include <math.h>