diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-01 23:42:09 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-01 23:42:09 +0100 |
commit | 51b502bb53347e8117dce101ec7c2c1052ac9620 (patch) | |
tree | 7006cc1c8da5e877b78365386bf74e21056f7c1f /compilerplugins/clang/stringstatic.cxx | |
parent | 002c1f7223a0363f848d37062a0043d63255ad94 (diff) |
Missing include
Change-Id: I6af48e37b1b796a1680447ff972de8b5f5623d26
Diffstat (limited to 'compilerplugins/clang/stringstatic.cxx')
-rw-r--r-- | compilerplugins/clang/stringstatic.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 <set> + #include "check.hxx" #include "plugin.hxx" |