diff options
author | Hal Canary <halcanary@google.com> | 2017-04-05 12:55:32 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-05-03 19:44:52 +0000 |
commit | e80e6183e5e1531555aaf9b5cee58c5e663d2934 (patch) | |
tree | adcc8aa9608e07a40c99b06258ab6f3fa2707e1e /src/sksl | |
parent | a0ac963eea26e38b6918da4de2c697a96715799e (diff) |
headers: fix
Change-Id: I0cd10f735c25686e41831ad1d0c99981c9d22d9a
Reviewed-on: https://skia-review.googlesource.com/11383
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'src/sksl')
-rw-r--r-- | src/sksl/SkSLFileOutputStream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sksl/SkSLFileOutputStream.h b/src/sksl/SkSLFileOutputStream.h index f4739306c9..65e8a80a78 100644 --- a/src/sksl/SkSLFileOutputStream.h +++ b/src/sksl/SkSLFileOutputStream.h @@ -9,6 +9,7 @@ #define SKSL_FILEOUTPUTSTREAM #include "SkSLOutputStream.h" +#include "SkSLUtil.h" #include <stdio.h> namespace SkSL { |