Index: tools/android/SkBRDAllocator.h |
diff --git a/tools/android/SkBRDAllocator.h b/tools/android/SkBRDAllocator.h |
index d587c03f49a68edd82b9994f8a12292c6c569cc5..f003af6f6f17b1ba8e543ef8b4c5a371031adb6d 100644 |
--- a/tools/android/SkBRDAllocator.h |
+++ b/tools/android/SkBRDAllocator.h |
@@ -5,6 +5,9 @@ |
* found in the LICENSE file. |
*/ |
+#ifndef SkBRDAllocator_DEFINED |
+#define SkBRDAllocator_DEFINED |
+ |
#include "SkBitmap.h" |
#include "SkCodec.h" |
@@ -22,3 +25,5 @@ public: |
*/ |
virtual SkCodec::ZeroInitialized zeroInit() const = 0; |
}; |
+ |
+#endif |