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/version.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gold/version.cc') diff --git a/gold/version.cc b/gold/version.cc index 2e4b777..71d163b 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -23,6 +23,7 @@ #include "gold.h" #include +#include #include "../bfd/bfdver.h" -- cgit v1.1