From 7ecad8791ff10646d05b74393f1e026e3f6aad7c Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Tue, 23 Apr 2019 06:17:59 -0500 Subject: [PATCH] add third_party/skcms to includes This should allow us to #include "skcms.h". Change-Id: Ie91f3af6145d78ffe0e433383a220fcb40452888 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/209780 Commit-Queue: Mike Klein Reviewed-by: Mike Klein --- public.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/public.bzl b/public.bzl index ca14d3ec75..4fa50e4887 100644 --- a/public.bzl +++ b/public.bzl @@ -436,6 +436,7 @@ INCLUDES = [ "src/utils", "third_party/etc1", "third_party/gif", + "third_party/skcms", ] ################################################################################