Index: content/renderer/renderer_main_platform_delegate.h |
=================================================================== |
--- content/renderer/renderer_main_platform_delegate.h (revision 107639) |
+++ content/renderer/renderer_main_platform_delegate.h (working copy) |
@@ -6,6 +6,13 @@ |
#define CHROME_RENDERER_RENDERER_MAIN_PLATFORM_DELEGATE_H_ |
#pragma once |
+#include "build/build_config.h" |
+ |
+#if defined(OS_WIN) |
+#include <windows.h> |
+#endif |
+ |
+#include "base/basictypes.h" |
cpu_(ooo_6.6-7.5)
2011/10/29 01:35:39
why do you need basictypes here?
jam
2011/10/29 01:49:10
I did at one point, but I had removed that code. d
jam
2011/10/29 02:13:59
ok actually it turns out it's still needed for the
|
#include "content/common/content_export.h" |
#include "content/common/main_function_params.h" |