Add missing include for std::unique_ptr

PiperOrigin-RevId: 462681925
Change-Id: Ic5610cb4124b7f60a00817ca2f1d52674b27c168
pull/1231/head
Abseil Team 3 years ago committed by Copybara-Service
parent c1deed2f44
commit 701185dbce
  1. 1
      absl/status/internal/status_internal.h

@ -14,6 +14,7 @@
#ifndef ABSL_STATUS_INTERNAL_STATUS_INTERNAL_H_
#define ABSL_STATUS_INTERNAL_STATUS_INTERNAL_H_
#include <memory>
#include <string>
#include <utility>

Loading…
Cancel
Save