Merge pull request #243 from andybons/patch-1

Add missing include to use std::unique_ptr
This commit is contained in:
Igor Canadi 2014-08-24 10:54:04 -04:00
commit 17b54aea53

View File

@ -9,6 +9,7 @@
#ifndef STORAGE_ROCKSDB_INCLUDE_COMPACTION_FILTER_H_
#define STORAGE_ROCKSDB_INCLUDE_COMPACTION_FILTER_H_
#include <memory>
#include <string>
#include <vector>