diff options
Diffstat (limited to 'absl/debugging/leak_check_test.cc')
-rw-r--r-- | absl/debugging/leak_check_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/absl/debugging/leak_check_test.cc b/absl/debugging/leak_check_test.cc index 27ca2d1b7bf3..febd1ee4f928 100644 --- a/absl/debugging/leak_check_test.cc +++ b/absl/debugging/leak_check_test.cc @@ -12,7 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include <memory> +#include <string> + #include "gtest/gtest.h" #include "absl/base/internal/raw_logging.h" #include "absl/debugging/leak_check.h" |