ld: Write types into TPI stream of PDB
[binutils-gdb.git] / gold / descriptors.cc
index 81c667af518fa3cf00908d0852dd9c72c343d253..19f8597a4c9444294fd2d133a7caeb7d8aa449bb 100644 (file)
@@ -1,6 +1,6 @@
 // descriptors.cc -- manage file descriptors for gold
 
-// Copyright (C) 2008-2016 Free Software Foundation, Inc.
+// Copyright (C) 2008-2022 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -26,6 +26,7 @@
 #include <cstdio>
 #include <cstring>
 #include <fcntl.h>
+#include <string>
 #include <unistd.h>
 
 #include "debug.h"