aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkRefCnt.h5
-rw-r--r--include/core/SkTypes.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h
index d561e9994b..89e6544571 100644
--- a/include/core/SkRefCnt.h
+++ b/include/core/SkRefCnt.h
@@ -13,11 +13,14 @@
#include <atomic>
#include <cstddef>
#include <functional>
-#include <memory>
#include <ostream>
#include <type_traits>
#include <utility>
+// These two headers will be removed in a later CL:
+#include <memory>
+#include <array>
+
/** \class SkRefCntBase
SkRefCntBase is the base class for objects that may be shared by multiple
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index be51e20bac..395211a237 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -16,6 +16,8 @@
#include <stdint.h>
// IWYU pragma: end_exports
+#include <utility>
+
/** \file SkTypes.h
*/