summaryrefslogtreecommitdiffstats
path: root/chrome/common/devtools_messages.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-09 00:03:58 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-09 00:03:58 +0000
commit2b13d1d7f17e2ddb31e9f7a4bf480835649fff55 (patch)
tree725eb9893b6a7aa9e4d5382f75bb6ba6a018402c /chrome/common/devtools_messages.h
parent771994406917153e344125758e9b2ae329d83ed8 (diff)
downloadchromium_src-2b13d1d7f17e2ddb31e9f7a4bf480835649fff55.zip
chromium_src-2b13d1d7f17e2ddb31e9f7a4bf480835649fff55.tar.gz
chromium_src-2b13d1d7f17e2ddb31e9f7a4bf480835649fff55.tar.bz2
Fix chromeos build errors
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68673 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/devtools_messages.h')
-rw-r--r--chrome/common/devtools_messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/devtools_messages.h b/chrome/common/devtools_messages.h
index 8fe7a49..ab54b51 100644
--- a/chrome/common/devtools_messages.h
+++ b/chrome/common/devtools_messages.h
@@ -7,6 +7,7 @@
#pragma once
#include <map>
+#include <string>
typedef std::map<std::string, std::string> DevToolsRuntimeProperties;