interface/extract_interface.cc: explicitly include llvm/ADT/OwningPtr.h
commit7e6879adcc6fff275e6f4ce276ea688503540a16
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Apr 2014 21:18:26 +0000 (10 23:18 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 11 Apr 2014 13:29:59 +0000 (11 15:29 +0200)
tree06efb8545b94fb7e6f774c9697470592d1d8424c
parent175f958681e7bb49ed6ab2f76562c044b4571a3b
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>
pet.cc