Index: cc/layers/content_layer.h |
diff --git a/cc/layers/content_layer.h b/cc/layers/content_layer.h |
index f49215b6b409483dcc8db6da6ea268a26e78b555..c94457e472d40001d53491661de76133a8d25169 100644 |
--- a/cc/layers/content_layer.h |
+++ b/cc/layers/content_layer.h |
@@ -5,6 +5,8 @@ |
#ifndef CC_LAYERS_CONTENT_LAYER_H_ |
#define CC_LAYERS_CONTENT_LAYER_H_ |
+#include <string> |
enne (OOO)
2013/08/01 22:12:59
This include can go away now.
qiankun
2013/08/02 17:50:26
Done.
|
+ |
#include "base/basictypes.h" |
#include "cc/base/cc_export.h" |
#include "cc/layers/tiled_layer.h" |