API: explicitly add math.h (#2852)
* API: explicitly add math.h * sync target api versions
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#pragma once
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#pragma once
|
||||
#include <math.h>
|
||||
Reference in New Issue
Block a user