Skip to content

Commit

Permalink
Add missing include to use std::unique_ptr
Browse files Browse the repository at this point in the history
This was causing issues when including this header from another file.
  • Loading branch information
andybons committed Aug 23, 2014
1 parent 42ea795 commit 0508691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/rocksdb/compaction_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#ifndef STORAGE_ROCKSDB_INCLUDE_COMPACTION_FILTER_H_
#define STORAGE_ROCKSDB_INCLUDE_COMPACTION_FILTER_H_

#include <memory>
#include <string>
#include <vector>

Expand Down

0 comments on commit 0508691

Please sign in to comment.