Skip to content

Commit 95cd743

Browse files
committed
Including <limits> for std::numeric_limits.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146841327
1 parent 646c358 commit 95cd743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/env_posix.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <time.h>
1818
#include <unistd.h>
1919
#include <deque>
20+
#include <limits>
2021
#include <set>
2122
#include "leveldb/env.h"
2223
#include "leveldb/slice.h"

0 commit comments

Comments
 (0)