| Index: cc/resources/picture_pile.h
|
| diff --git a/cc/resources/picture_pile.h b/cc/resources/picture_pile.h
|
| index ffd9b52ddb2d53c43d9cf0b2896515a678034a22..1f41d018d927f6d9d4fdf8a1b345c8549a5401cb 100644
|
| --- a/cc/resources/picture_pile.h
|
| +++ b/cc/resources/picture_pile.h
|
| @@ -6,7 +6,9 @@
|
| #define CC_RESOURCES_PICTURE_PILE_H_
|
|
|
| #include <bitset>
|
| +#include <utility>
|
|
|
| +#include "base/containers/hash_tables.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "cc/base/tiling_data.h"
|
| #include "cc/resources/recording_source.h"
|
|
|