Commit 2a70090f authored by Scott Violet's avatar Scott Violet

Fixes compile error

Without this I get compile errors in motion_event_web.cc because M_PI
is undeclared.

BUG=409940
TEST=none
R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/533863002

Cr-Commit-Position: refs/heads/master@{#292991}
parent 1a85132a
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#define BUILD_PRECOMPILE_H_ #define BUILD_PRECOMPILE_H_
#define _USE_MATH_DEFINES
// The Windows header needs to come before almost all the other // The Windows header needs to come before almost all the other
// Windows-specific headers. // Windows-specific headers.
#include <Windows.h> #include <Windows.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment