From 149858e94e0c6639ddf7a6de6daf176bbc885320 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 5 Dec 2012 15:29:19 +0100 Subject: Adapt to Clang 3.2 Change-Id: I9e51867198d7677c26cbd97f5d9c85ac13dc90c5 --- compilerplugins/clang/unusedvariablecheck.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'compilerplugins/clang/unusedvariablecheck.cxx') diff --git a/compilerplugins/clang/unusedvariablecheck.cxx b/compilerplugins/clang/unusedvariablecheck.cxx index 7e3bb53c5ba4..fa14b9ca7fb5 100644 --- a/compilerplugins/clang/unusedvariablecheck.cxx +++ b/compilerplugins/clang/unusedvariablecheck.cxx @@ -10,6 +10,7 @@ #include "unusedvariablecheck.hxx" +#include #include namespace loplugin -- cgit v1.2.3