diff options
Diffstat (limited to 'gold/symtab.cc')
-rw-r--r-- | gold/symtab.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/symtab.cc b/gold/symtab.cc index 3bd3833..5ad5ae8 100644 --- a/gold/symtab.cc +++ b/gold/symtab.cc @@ -22,7 +22,9 @@ #include "gold.h" +#include <cstring> #include <stdint.h> +#include <algorithm> #include <set> #include <string> #include <utility> |