From f995e0f7bbfc52cdfbef92b6c9d9c427a34a68e7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 5 Dec 2012 17:33:47 +0100 Subject: Adapt to current Clang trunk Change-Id: I0aadc7019934841d6864258695a17503918b6c20 --- compilerplugins/clang/unusedvariablecheck.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/unusedvariablecheck.cxx b/compilerplugins/clang/unusedvariablecheck.cxx index fa14b9ca7fb5..759b9fa946ec 100644 --- a/compilerplugins/clang/unusedvariablecheck.cxx +++ b/compilerplugins/clang/unusedvariablecheck.cxx @@ -11,6 +11,7 @@ #include "unusedvariablecheck.hxx" #include +#include #include namespace loplugin -- cgit