From 51d2adfbeb2e7f9465ed635cb75c6ebac521f744 Mon Sep 17 00:00:00 2001 From: Mark Callaghan Date: Tue, 23 Oct 2012 13:30:14 -0700 Subject: [PATCH] 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 --- include/leveldb/options.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/leveldb/options.h b/include/leveldb/options.h index da26cd440..524e7f877 100644 --- a/include/leveldb/options.h +++ b/include/leveldb/options.h @@ -7,6 +7,7 @@ #include #include +#include namespace leveldb {