summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store')
-rw-r--r--compilerplugins/clang/store/returnunique.cxx1
-rw-r--r--compilerplugins/clang/store/stylepolice.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/store/returnunique.cxx b/compilerplugins/clang/store/returnunique.cxx
index d028e13c3cfe..d97d5253d97b 100644
--- a/compilerplugins/clang/store/returnunique.cxx
+++ b/compilerplugins/clang/store/returnunique.cxx
@@ -12,6 +12,7 @@
// unique_ptr is returned directly. (But other occurrences might be fine the
// way they are, hence place this plugin into store/).
+#include <memory>
#include "plugin.hxx"
namespace {
diff --git a/compilerplugins/clang/store/stylepolice.cxx b/compilerplugins/clang/store/stylepolice.cxx
index a0f5373a16a6..7a2e94c802ff 100644
--- a/compilerplugins/clang/store/stylepolice.cxx
+++ b/compilerplugins/clang/store/stylepolice.cxx
@@ -7,6 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include <memory>
#include <regex>
#include <string>
#include <set>