aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/Registry.h1
-rw-r--r--tools/gpu/TestContext.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/Registry.h b/tools/Registry.h
index 6a1e24a303..4184e4999e 100644
--- a/tools/Registry.h
+++ b/tools/Registry.h
@@ -8,6 +8,7 @@
#ifndef sk_tools_Registry_DEFINED
#define sk_tools_Registry_DEFINED
+#include "SkNoncopyable.h"
#include "SkTypes.h"
namespace sk_tools {
diff --git a/tools/gpu/TestContext.h b/tools/gpu/TestContext.h
index 2949cc709e..8e939a6ace 100644
--- a/tools/gpu/TestContext.h
+++ b/tools/gpu/TestContext.h
@@ -9,11 +9,12 @@
#ifndef TestContext_DEFINED
#define TestContext_DEFINED
-#include "../private/SkTemplates.h"
#include "FenceSync.h"
#include "GrTypes.h"
+#include "SkNoncopyable.h"
#include "SkRefCnt.h"
#include "SkScopeExit.h"
+#include "SkTemplates.h"
class GrContext;
struct GrContextOptions;