summaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authoreugenis@chromium.org <eugenis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-22 09:27:43 +0000
committereugenis@chromium.org <eugenis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-22 09:27:43 +0000
commitee95a5aa13c2701578650c738314a441d2aa5b82 (patch)
treea8635a0967540e04669f2a199520487b09c31084 /cc
parent1f24d9cc531ddecebe035ef1f90321cfe81903a4 (diff)
downloadchromium_src-ee95a5aa13c2701578650c738314a441d2aa5b82.zip
chromium_src-ee95a5aa13c2701578650c738314a441d2aa5b82.tar.gz
chromium_src-ee95a5aa13c2701578650c738314a441d2aa5b82.tar.bz2
Libcxx cleanup.
Missing <vector> include in picture.h. map<> requires a complete type for the second template argument. BUG=178409 R=reveman@chromium.org,matthewjheaney@chromium.org,acolwell@chromium.org Review URL: https://codereview.chromium.org/12950003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189777 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r--cc/resources/picture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/resources/picture.h b/cc/resources/picture.h
index e04c1fb..98486a8 100644
--- a/cc/resources/picture.h
+++ b/cc/resources/picture.h
@@ -6,6 +6,7 @@
#define CC_RESOURCES_PICTURE_H_
#include <list>
+#include <vector>
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"