SkRefCnt, SkTypes: fix includes for clients

Change-Id: I1cfdc03963eaab9687608974958d20411806cfeb
Reviewed-on: https://skia-review.googlesource.com/136592
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
This commit is contained in:
Hal Canary 2018-06-21 10:33:52 -04:00
parent 960d421fb9
commit 61582510ee
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -16,6 +16,8 @@
#include <stdint.h>
// IWYU pragma: end_exports
#include <utility>
/** \file SkTypes.h
*/