diff options
Diffstat (limited to 'src/core/SkTLList.h')
-rw-r--r-- | src/core/SkTLList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkTLList.h b/src/core/SkTLList.h index 194879d6d1..b865538c27 100644 --- a/src/core/SkTLList.h +++ b/src/core/SkTLList.h @@ -12,6 +12,7 @@ #include "SkMalloc.h" #include "SkTypes.h" +#include <new> #include <utility> /** Doubly-linked list of objects. The objects' lifetimes are controlled by the list. I.e. the |