Fix broken build. Add stdint.h to get uint64_t

Summary:
I still get failures from this. Not sure whether there was a fix in progress.

Task ID: #

Blame Rev:

Test Plan:
compile

Revert Plan:

Database Impact:

Memcache Impact:

Other Notes:

EImportant:

- begin *PUBLIC* platform impact section -
Bugzilla: #
- end platform impact -

Reviewers: dhruba

Reviewed By: dhruba

Differential Revision: https://reviews.facebook.net/D6147
This commit is contained in:
Mark Callaghan 2012-10-23 13:30:14 -07:00
parent 4c107587ed
commit 51d2adfbeb

View File

@ -7,6 +7,7 @@
#include <stddef.h>
#include <string>
#include <stdint.h>
namespace leveldb {