Index: base/rand_util.cc |
diff --git a/base/rand_util.cc b/base/rand_util.cc |
index 0576c94355a312e09699a147a1b3a42da50715fb..82dccd404f3f6cbb9f248ab5d144835f1ee2428d 100644 |
--- a/base/rand_util.cc |
+++ b/base/rand_util.cc |
@@ -2,14 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/rand_util.h" |
- |
-#include <math.h> |
- |
+#include <architecture/i386/math.h> |
#include <limits> |
#include "base/basictypes.h" |
#include "base/logging.h" |
+#include "base/port.h" |
+#include "base/rand_util.h" |
namespace base { |