RISC-V: PR27764, Add tests for A extension
[binutils-gdb.git] / gold / descriptors.cc
index 92fd42f41f63a49ce0bd397ed3669d25bf812281..e5abc7470357d96aedd6551ed5e4d600bb0f8d54 100644 (file)
@@ -1,6 +1,6 @@
 // descriptors.cc -- manage file descriptors for gold
 
-// Copyright (C) 2008-2019 Free Software Foundation, Inc.
+// Copyright (C) 2008-2021 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"