diff options
author | fmalita <fmalita@chromium.org> | 2016-11-09 09:15:05 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-09 09:15:05 -0800 |
commit | d067ae7a8f2575822def1a88dfd73db96815d118 (patch) | |
tree | 772f80f535a1a6f1e9185a342c00c43e83414f09 /tools | |
parent | 6136310ee8f43247548bcefcaeca6d43023c10aa (diff) |
Missing SkOSPath include in lua_pictures.cpp
TBR=bungeman@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2494443002
Review-Url: https://codereview.chromium.org/2494443002
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lua/lua_pictures.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lua/lua_pictures.cpp b/tools/lua/lua_pictures.cpp index 015244f7bc..bd8fda1569 100644 --- a/tools/lua/lua_pictures.cpp +++ b/tools/lua/lua_pictures.cpp @@ -14,6 +14,7 @@ #include "SkData.h" #include "picture_utils.h" #include "SkOSFile.h" +#include "SkOSPath.h" #include <stdlib.h> |