Index: chrome/app/breakpad_win.cc |
diff --git a/chrome/app/breakpad_win.cc b/chrome/app/breakpad_win.cc |
index 100cca513b8768da2ba89384331f2c12bc15b363..9f1e643c5fc8d4ab44dfbaa54661a1e7d4e1c043 100644 |
--- a/chrome/app/breakpad_win.cc |
+++ b/chrome/app/breakpad_win.cc |
@@ -9,6 +9,9 @@ |
#include <tchar.h> |
#include <userenv.h> |
+// userenv.dll is required for GetProfileType(). |
+#pragma comment(lib, "userenv.lib") |
Ryan Sleevi
2012/07/10 18:20:13
nit: Place this after the #include headers (line 4
grt (UTC plus 2)
2012/07/10 18:28:25
Done. It figures I'd copy the pattern from the le
|
+ |
#include <algorithm> |
#include <vector> |