[Libreoffice-commits] core.git: compilerplugins/clang

Stephan Bergmann sbergman at redhat.com
Thu Dec 1 22:42:35 UTC 2016


 compilerplugins/clang/checkconfigmacros.cxx |    2 ++
 compilerplugins/clang/mergeclasses.cxx      |    1 +
 compilerplugins/clang/stringstatic.cxx      |    2 ++
 3 files changed, 5 insertions(+)

New commits:
commit 51b502bb53347e8117dce101ec7c2c1052ac9620
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Dec 1 23:42:09 2016 +0100

    Missing include
    
    Change-Id: I6af48e37b1b796a1680447ff972de8b5f5623d26

diff --git a/compilerplugins/clang/checkconfigmacros.cxx b/compilerplugins/clang/checkconfigmacros.cxx
index 3d6dc98..8557559 100644
--- a/compilerplugins/clang/checkconfigmacros.cxx
+++ b/compilerplugins/clang/checkconfigmacros.cxx
@@ -9,6 +9,8 @@
  *
  */
 
+#include <set>
+
 #include "compat.hxx"
 #include "plugin.hxx"
 
diff --git a/compilerplugins/clang/mergeclasses.cxx b/compilerplugins/clang/mergeclasses.cxx
index fa4eb3c..a3ba0cc 100644
--- a/compilerplugins/clang/mergeclasses.cxx
+++ b/compilerplugins/clang/mergeclasses.cxx
@@ -8,6 +8,7 @@
  */
 
 #include <cassert>
+#include <set>
 #include <string>
 #include <iostream>
 #include "plugin.hxx"
diff --git a/compilerplugins/clang/stringstatic.cxx b/compilerplugins/clang/stringstatic.cxx
index 823fc7b..9bcb372 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"
 


More information about the Libreoffice-commits mailing list