summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Driver/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/Driver/Options.h')
-rw-r--r--clang/include/clang/Driver/Options.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Options.h b/clang/include/clang/Driver/Options.h
index 2716fa9ae85..e9d9000918c 100644
--- a/clang/include/clang/Driver/Options.h
+++ b/clang/include/clang/Driver/Options.h
@@ -10,6 +10,8 @@
#ifndef LLVM_CLANG_DRIVER_OPTIONS_H
#define LLVM_CLANG_DRIVER_OPTIONS_H
+#include <memory>
+
namespace llvm {
namespace opt {
class OptTable;
@@ -44,7 +46,7 @@ enum ID {
};
}
-llvm::opt::OptTable *createDriverOptTable();
+std::unique_ptr<llvm::opt::OptTable> createDriverOptTable();
}
}
OpenPOWER on IntegriCloud