From 51b502bb53347e8117dce101ec7c2c1052ac9620 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 1 Dec 2016 23:42:09 +0100 Subject: Missing include Change-Id: I6af48e37b1b796a1680447ff972de8b5f5623d26 --- compilerplugins/clang/stringstatic.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compilerplugins/clang/stringstatic.cxx') diff --git a/compilerplugins/clang/stringstatic.cxx b/compilerplugins/clang/stringstatic.cxx index 823fc7bab4b3..9bcb37263dff 100644 --- a/compilerplugins/clang/stringstatic.cxx +++ b/compilerplugins/clang/stringstatic.cxx @@ -7,6 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include + #include "check.hxx" #include "plugin.hxx" -- cgit