Make M_PI available on MSVC.
PiperOrigin-RevId: 257024979
This commit is contained in:
parent
e77886d0ce
commit
0b3c636d43
@ -14,6 +14,8 @@ limitations under the License.
|
|||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#include "tensorflow/lite/experimental/microfrontend/lib/window_util.h"
|
#include "tensorflow/lite/experimental/microfrontend/lib/window_util.h"
|
||||||
|
|
||||||
|
// This macro is required to make MSVC defines math constants in math.h
|
||||||
|
#define _USE_MATH_DEFINES
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user