aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-11-10 15:55:14 -0500
committerGravatar Greg Daniel <egdaniel@google.com>2017-11-10 21:11:23 +0000
commit63b8a434dc46efa3fd53e85bad9121da8f690889 (patch)
treea7a37ae457d3511412415cece705c8bbdf97aab0 /tools
parent9f9041813e7f71a76c3139dfe745697eedc00270 (diff)
Fix VkTextUtils to include SkTypes before ifdef
Bug: skia: Change-Id: I4286f0e15ee427345d7d793760c85c9743fc4c6c Reviewed-on: https://skia-review.googlesource.com/70200 Reviewed-by: Derek Sollenberger <djsollen@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/gpu/vk/VkTestUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gpu/vk/VkTestUtils.h b/tools/gpu/vk/VkTestUtils.h
index 43e9dfdbdc..9f34ef09c5 100644
--- a/tools/gpu/vk/VkTestUtils.h
+++ b/tools/gpu/vk/VkTestUtils.h
@@ -8,6 +8,8 @@
#ifndef VkTestUtils_DEFINED
#define VkTestUtils_DEFINED
+#include "SkTypes.h"
+
#ifdef SK_VULKAN
#include "vk/GrVkDefines.h"