commit | 3ebd121d45ceb08918a3dcb5b3b7ac29448c862f | [log] [tgz] |
---|---|---|
author | Dan Sinclair <dsinclair@chromium.org> | Wed Mar 09 09:59:23 2016 -0500 |
committer | Dan Sinclair <dsinclair@chromium.org> | Wed Mar 09 09:59:23 2016 -0500 |
tree | 361d5fa0f9be7484cce4aace1b9cc18545046611 | |
parent | 317758574e173367b41928a1575d70600c6b6ea8 [diff] [blame] |
Review and cleanup lint warnings. This CL goes through the remaining list of list warnings and records why they are currently blacklisted, or fixes and enables them. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1773733002 .
diff --git a/fpdfsdk/src/javascript/JS_Runtime.h b/fpdfsdk/src/javascript/JS_Runtime.h index 8215b88..c7b0009 100644 --- a/fpdfsdk/src/javascript/JS_Runtime.h +++ b/fpdfsdk/src/javascript/JS_Runtime.h
@@ -8,6 +8,7 @@ #define FPDFSDK_SRC_JAVASCRIPT_JS_RUNTIME_H_ #include <set> +#include <map> #include <utility> #include <vector>