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