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:
main
Dhruba Borthakur 11 years ago
parent 4159a284c2
commit 0982c38020
  1. 1
      include/rocksdb/memtablerep.h

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

Loading…
Cancel
Save