Skip to content

Commit 17b54ae

Browse files
committed
Merge pull request XRPLF#243 from andybons/patch-1
Add missing include to use std::unique_ptr
2 parents 42ea795 + 0508691 commit 17b54ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/rocksdb/compaction_filter.h

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef STORAGE_ROCKSDB_INCLUDE_COMPACTION_FILTER_H_
1010
#define STORAGE_ROCKSDB_INCLUDE_COMPACTION_FILTER_H_
1111

12+
#include <memory>
1213
#include <string>
1314
#include <vector>
1415

0 commit comments

Comments
 (0)