Add missing include to use std::unique_ptr

This was causing issues when including this header from another file.
main
Andrew Bonventre 10 years ago
parent 42ea795209
commit 050869177e
  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