Index: chrome/installer/setup/setup_constants.h |
diff --git a/chrome/installer/setup/setup_constants.h b/chrome/installer/setup/setup_constants.h |
index 4b958201cd340da8bc017cd91eccef97f2564ce3..f8c1bf60b33e149e51c2945a82958f37ae33052d 100644 |
--- a/chrome/installer/setup/setup_constants.h |
+++ b/chrome/installer/setup/setup_constants.h |
@@ -7,6 +7,8 @@ |
#ifndef CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ |
#define CHROME_INSTALLER_SETUP_SETUP_CONSTANTS_H__ |
+#include <stdint.h> |
grt (UTC plus 2)
2015/12/18 21:02:50
both wchar_t and char (the two types used in this
bcwhite
2015/12/21 15:47:25
Odd. Not sure why that showed up. Done.
|
+ |
namespace installer { |
extern const wchar_t kChromeArchive[]; |