summaryrefslogtreecommitdiffstats
path: root/gfx/angle/checkout/src/common/third_party/base/anglebase/numerics/safe_math.h
blob: a708cfddc2de7bddbeec617dcfa69b16471a2948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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.

#ifndef BASE_NUMERICS_SAFE_MATH_H_
#define BASE_NUMERICS_SAFE_MATH_H_

#include "anglebase/numerics/checked_math.h"
#include "anglebase/numerics/clamped_math.h"
#include "anglebase/numerics/safe_conversions.h"

#endif  // BASE_NUMERICS_SAFE_MATH_H_