Index: base/numerics/safe_math.h |
diff --git a/base/numerics/safe_math.h b/base/numerics/safe_math.h |
index 810a13a054668b19a13e542c32c5ec5cd90bc17b..e30be901f992cce91f38506ffb8c35f5a39ebd26 100644 |
--- a/base/numerics/safe_math.h |
+++ b/base/numerics/safe_math.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Copyright 2017 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -6,6 +6,7 @@ |
#define BASE_NUMERICS_SAFE_MATH_H_ |
#include "base/numerics/checked_math.h" |
+#include "base/numerics/clamped_math.h" |
#include "base/numerics/safe_conversions.h" |
#endif // BASE_NUMERICS_SAFE_MATH_H_ |