summaryrefslogtreecommitdiffstats
path: root/material-color-utilities-cmath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'material-color-utilities-cmath.patch')
-rw-r--r--material-color-utilities-cmath.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/material-color-utilities-cmath.patch b/material-color-utilities-cmath.patch
new file mode 100644
index 0000000..3948c5f
--- /dev/null
+++ b/material-color-utilities-cmath.patch
@@ -0,0 +1,11 @@
+--- 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"