Chromium Code Reviews| Index: src/gpu/GrAtlas.h |
| diff --git a/src/gpu/GrAtlas.h b/src/gpu/GrAtlas.h |
| index 2248f67b85a43880d636ed112a0add415ebb3d9c..9ccbc53bc605331dcab16725f6658862eb870f3d 100644 |
| --- a/src/gpu/GrAtlas.h |
| +++ b/src/gpu/GrAtlas.h |
| @@ -10,9 +10,10 @@ |
| #define GrAtlas_DEFINED |
| -#include "SkPoint.h" |
| #include "GrTexture.h" |
| #include "GrDrawTarget.h" |
| +#include "SkPoint.h" |
| +#include "SkTInternalLList.h" |
| class GrGpu; |
| class GrRectanizer; |