Merge pull request #243 from andybons/patch-1

Add missing include to use std::unique_ptr
main
Igor Canadi 10 years ago
commit 17b54aea53
  1. 1
      include/rocksdb/compaction_filter.h

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

Loading…
Cancel
Save