summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/returnunique.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/returnunique.cxx')
-rw-r--r--compilerplugins/clang/store/returnunique.cxx1
1 files changed, 1 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 {