Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1022)

Unified Diff: sky/engine/wtf/MathExtras.h

Issue 1205793002: Remove config.h (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/wtf/InstanceCounter.h ('k') | sky/engine/wtf/OperatingSystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/MathExtras.h
diff --git a/sky/engine/wtf/MathExtras.h b/sky/engine/wtf/MathExtras.h
index 6226d1b8a2718cba1e3fae26f4fc8e87cb15d462..6faf173f4be9bf08e6bf184bcb0d69cebe39d443 100644
--- a/sky/engine/wtf/MathExtras.h
+++ b/sky/engine/wtf/MathExtras.h
@@ -27,8 +27,11 @@
#define SKY_ENGINE_WTF_MATHEXTRAS_H_
#include <cmath>
+#include <cstddef>
#include <limits>
+
#include "sky/engine/wtf/CPU.h"
+#include "sky/engine/wtf/OperatingSystem.h"
const double piDouble = M_PI;
const float piFloat = static_cast<float>(M_PI);
« no previous file with comments | « sky/engine/wtf/InstanceCounter.h ('k') | sky/engine/wtf/OperatingSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698