From e0ebcf42c2dfc4e486eb73807806ee813a9a0f50 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 28 Jan 2009 20:09:18 +0000 Subject: * gold.h: Include and . * version.cc: Include . * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a warning. * reduced_debug_output.cc (insert_into_vector): Rename from Insert_into_vector; change all callers. Use Swap_unaligned to avoid aliasing issue; remove union since it is unnecessary. --- gold/gold.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gold/gold.h') diff --git a/gold/gold.h b/gold/gold.h index 7e38668..964de32 100644 --- a/gold/gold.h +++ b/gold/gold.h @@ -27,6 +27,8 @@ #include "ansidecl.h" #include +#include +#include #include #ifndef ENABLE_NLS -- cgit v1.1