diff options
author | 2011-11-23 21:33:11 +0000 | |
---|---|---|
committer | 2011-11-23 21:33:11 +0000 | |
commit | 6a2134ef139b2c9d55dd57596144d12abc918f84 (patch) | |
tree | 2c0755d8cdd22f5c8381e5422369a1d8705b7e2b | |
parent | 04423805455de868b1b468cfe4057cb77f74b6b0 (diff) |
Fix build
git-svn-id: http://skia.googlecode.com/svn/trunk@2746 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | include/gpu/SkGr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/SkGr.h b/include/gpu/SkGr.h index f7a56615c4..ad157d5dc3 100644 --- a/include/gpu/SkGr.h +++ b/include/gpu/SkGr.h @@ -14,7 +14,7 @@ #include <stddef.h> // Gr headers -#include "GrConfig.h" +#include "GrTypes.h" #include "GrContext.h" #include "GrFontScaler.h" #include "GrClipIterator.h" |