Simplify memory management with std::unique_ptr.
[oota-llvm.git] / lib / Support / Compression.cpp
index 17ae2957d12f2f3b4a774cf2940edc42120dd235..b54613e92b8b6ba3bf8cb2e2816745b6d909244b 100644 (file)
@@ -12,6 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Compression.h"
+#include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Config/config.h"
 #include "llvm/Support/Compiler.h"