Chromium Code Reviews| Index: gin/runner.h |
| diff --git a/gin/runner.h b/gin/runner.h |
| index c74de16c72067e7b226d26d8c2ebb6a156327d3d..473faa0ac56a0f766cf3062f885ca5dae6d071e4 100644 |
| --- a/gin/runner.h |
| +++ b/gin/runner.h |
| @@ -6,6 +6,7 @@ |
| #define GIN_RUNNER_H_ |
| #include "base/basictypes.h" |
| +#include "base/compiler_specific.h" |
|
Aaron Boodman
2013/11/11 19:01:08
Unnecessary include?
abarth-chromium
2013/11/11 20:17:42
No, I'm cheating a bit. The files that include th
|
| #include "v8/include/v8.h" |
| namespace gin { |