From 0982c38020ccc4eb56234e0a2cd6c9c75cdbac3a Mon Sep 17 00:00:00 2001 From: Dhruba Borthakur Date: Fri, 7 Feb 2014 13:52:54 -0800 Subject: [PATCH] Fix compilation error with gcc 4.7 Summary: Fix compilation error with gcc 4.7 Test Plan: make clean make Reviewers: CC: Task ID: # Blame Rev: --- include/rocksdb/memtablerep.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rocksdb/memtablerep.h b/include/rocksdb/memtablerep.h index ab3af26c1..e816387b4 100644 --- a/include/rocksdb/memtablerep.h +++ b/include/rocksdb/memtablerep.h @@ -36,6 +36,7 @@ #pragma once #include +#include namespace rocksdb {