material-color-utilities-cmath.patch 352 B

1234567891011
  1. --- third_party/material_color_utilities/src/cpp/palettes/tones.cc.orig 2023-08-30 22:58:42.101555407 +0000
  2. +++ third_party/material_color_utilities/src/cpp/palettes/tones.cc 2023-08-30 22:58:54.082340977 +0000
  3. @@ -14,6 +14,8 @@
  4. * limitations under the License.
  5. */
  6. +#include <cmath>
  7. +
  8. #include "cpp/palettes/tones.h"
  9. #include "cpp/cam/cam.h"