mirror of
https://github.com/google/leveldb.git
synced 2025-01-29 06:40:27 +08:00
Add forgotten <limits> header to util/logging.cc.
Commit a0008deb67
introduced
std::numeric_limits usage in logging.cc, but didn't #include <limits>
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=192840190
This commit is contained in:
parent
a0008deb67
commit
8046a51b21
@ -8,6 +8,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <limits>
|
||||
#include "leveldb/env.h"
|
||||
#include "leveldb/slice.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user