summaryrefslogtreecommitdiffstats
path: root/base/win/scoped_bstr_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/win/scoped_bstr_unittest.cc')
-rw-r--r--base/win/scoped_bstr_unittest.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/win/scoped_bstr_unittest.cc b/base/win/scoped_bstr_unittest.cc
index 9a289ff..d305e5a 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"