Index: base/win/scoped_bstr_unittest.cc |
diff --git a/base/win/scoped_bstr_unittest.cc b/base/win/scoped_bstr_unittest.cc |
index 9a289ffe609059126c871db968b4d15b160e20b4..d305e5a2b7d50f634b4e69b3cf52a03b739a123d 100644 |
--- a/base/win/scoped_bstr_unittest.cc |
+++ b/base/win/scoped_bstr_unittest.cc |
@@ -2,6 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stddef.h> |
+ |
+#include "base/macros.h" |
#include "base/win/scoped_bstr.h" |
#include "testing/gtest/include/gtest/gtest.h" |