summaryrefslogtreecommitdiffstats
path: root/tools/clang/plugins
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2016-02-01 13:50:52 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-01 21:52:03 +0000
commitf3d82b5fa496b461987d596265f11578f0056923 (patch)
treee8a980a4b9497c2d17647a5a75324a83b7f35016 /tools/clang/plugins
parent88114bcec70bd1402e8d25a73062a0b8a6ea92a3 (diff)
downloadchromium_src-f3d82b5fa496b461987d596265f11578f0056923.zip
chromium_src-f3d82b5fa496b461987d596265f11578f0056923.tar.gz
chromium_src-f3d82b5fa496b461987d596265f11578f0056923.tar.bz2
Unbreak clang plugin tests on OS X.
https://codereview.chromium.org/1645413003 removed the -isysroot parameter that locally-built clang needs to find system headers, but it didn't quite remove all dependencies on system headers. Rectify this. BUG=583073,486559 Review URL: https://codereview.chromium.org/1656013003 Cr-Commit-Position: refs/heads/master@{#372774}
Diffstat (limited to 'tools/clang/plugins')
-rw-r--r--tools/clang/plugins/tests/base_refcounted.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang/plugins/tests/base_refcounted.cpp b/tools/clang/plugins/tests/base_refcounted.cpp
index 46e8975..a5aeb4e 100644
--- a/tools/clang/plugins/tests/base_refcounted.cpp
+++ b/tools/clang/plugins/tests/base_refcounted.cpp
@@ -4,7 +4,7 @@
#include "base_refcounted.h"
-#include <cstddef>
+#include <stddef.h>
namespace {