Index: include/pdf/SkPDFDevice.h |
diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h |
index 7731d3f4ae3fe296ab7200592d6d81986ab764de..9cf7cfc41d249f51186f98007365cca2fcc7d542 100644 |
--- a/include/pdf/SkPDFDevice.h |
+++ b/include/pdf/SkPDFDevice.h |
@@ -30,7 +30,10 @@ class SkPDFGraphicState; |
class SkPDFObject; |
class SkPDFShader; |
class SkPDFStream; |
+ |
+#ifndef SkTSet_DEFINED |
borenet
2013/05/31 14:29:57
Derek, is this a reasonable thing to do?
djsollen
2013/05/31 17:18:58
Try removing SK_API and the #ifndef
|
template <typename T> class SK_API SkTSet; |
+#endif |
// Private classes. |
struct ContentEntry; |