diff options
Diffstat (limited to 'gold/debug.h')
-rw-r--r-- | gold/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/debug.h b/gold/debug.h index 9bc9c85..8428dc8 100644 --- a/gold/debug.h +++ b/gold/debug.h @@ -23,6 +23,8 @@ #ifndef GOLD_DEBUG_H #define GOLD_DEBUG_H +#include <cstring> + #include "parameters.h" #include "errors.h" |