diff options
Diffstat (limited to 'skia/ext/SkMemory_new_handler.cpp')
-rw-r--r-- | skia/ext/SkMemory_new_handler.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/skia/ext/SkMemory_new_handler.cpp b/skia/ext/SkMemory_new_handler.cpp index 0ccc1e0..e64de61 100644 --- a/skia/ext/SkMemory_new_handler.cpp +++ b/skia/ext/SkMemory_new_handler.cpp @@ -2,11 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "SkTypes.h" #include <stdio.h> #include <stdlib.h> #include <new> +#include "third_party/skia/include/core/SkTypes.h" + // This implementation of sk_malloc_flags() and friends is identical // to SkMemory_malloc.c, except that it disables the CRT's new_handler // during malloc(), when SK_MALLOC_THROW is not set (ie., when |