mirror of
https://github.com/gperftools/gperftools
synced 2025-02-20 06:06:50 +00:00
added missing include in generic_writer.cc
We use std::min which require <algorithm> to be included.
This commit is contained in:
parent
79b6ad2ab5
commit
d7dd9ea824
@ -30,6 +30,7 @@
|
||||
*/
|
||||
#include "base/generic_writer.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <tuple>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user