Skip to content

Commit

Permalink
Add missing include for std::unique_ptr
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 462681925
Change-Id: Ic5610cb4124b7f60a00817ca2f1d52674b27c168
  • Loading branch information
Abseil Team authored and copybara-github committed Jul 22, 2022
1 parent c1deed2 commit 701185d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions absl/status/internal/status_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#ifndef ABSL_STATUS_INTERNAL_STATUS_INTERNAL_H_
#define ABSL_STATUS_INTERNAL_STATUS_INTERNAL_H_

#include <memory>
#include <string>
#include <utility>

Expand Down

0 comments on commit 701185d

Please sign in to comment.