diff options
author | Snappy Team <no-reply@google.com> | 2023-03-16 13:35:07 -0700 |
---|---|---|
committer | Victor Costan <costan@google.com> | 2023-03-29 17:31:10 -0700 |
commit | f603a020086da1115118eef206ce28a4a5829438 (patch) | |
tree | 6d18772ba6edde9c72ac901dd8d1228cd83955d1 /snappy-sinksource.h | |
parent | 9c42b71b19da081767de587e302ea5f635a67281 (diff) | |
download | snappy-git-f603a020086da1115118eef206ce28a4a5829438.tar.gz |
Explicitly #include <utility> in snappy-internal.h
snappy-internal.h uses std::pair, which is defined in the <utility>
header. Typically, this works because existing C++ standard library
implementations provide <utility> via other transitive includes;
however, these transitive includes are not guaranteed to exist, and
don't exist in certain contexts (e.g. compiling against LLVM's libc++
with Clang modules.)
PiperOrigin-RevId: 517213822
Diffstat (limited to 'snappy-sinksource.h')
0 files changed, 0 insertions, 0 deletions