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:
This commit is contained in:
Dhruba Borthakur 2014-02-07 13:52:54 -08:00
parent 4159a284c2
commit 0982c38020

View File

@ -36,6 +36,7 @@
#pragma once
#include <memory>
#include <stdint.h>
namespace rocksdb {