interface/extract_interface.cc: explicitly include llvm/ADT/OwningPtr.h
commit48462ace22936e14640b7c5e78e5a653afc6ab35
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Apr 2014 21:01:40 +0000 (10 23:01 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Apr 2014 21:20:20 +0000 (10 23:20 +0200)
tree437ddb5e8a8b5c95b83b34cfde9cf26d007c24de
parent4689e1cb4ae36e942cc2aa1204c14d110e3c5262
interface/extract_interface.cc: explicitly include llvm/ADT/OwningPtr.h

This header would get included implicitly in older versions of clang,
but the use of llvm::OwningPtr has been replaced by std::unique_ptr
in recent versions of clang.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
interface/extract_interface.cc