Index: base/win/enum_variant.cc |
diff --git a/base/win/enum_variant.cc b/base/win/enum_variant.cc |
index 2975560a9ec2157125eb5d67efae3a777f2f647a..6c36f8b9283ef44b86acebfd91042a40fe8fc348 100644 |
--- a/base/win/enum_variant.cc |
+++ b/base/win/enum_variant.cc |
@@ -8,6 +8,11 @@ |
#include "base/logging.h" |
+#include <Windows.h> |
+#include <shobjidl.h> |
+ |
+IVirtualDesktopManager* g_vdm; |
brettw
2016/01/21 17:37:32
Is this mixed in from another patch? It doesn't se
brettw
2016/01/21 19:24:17
You're going to remove this before checkin, right?
brucedawson
2016/01/21 19:38:48
Yes. Definitely. I need to test a few more variant
|
+ |
namespace base { |
namespace win { |