From 55711eef11836428ee434739fc5e0d221f03dad6 Mon Sep 17 00:00:00 2001 From: Bjorn Pagen Date: Wed, 17 Jan 2018 23:56:41 -0500 Subject: build: fix compile against libc++ using clang added several includes, such as time.h, iostream, and string, as libc++ requires explicit including of these files. tr1/memory is replaced with POSIX defined memory Change-Id: Id859f33f78343d814f47b1e1e34a3dbe23d174e3 Reviewed-on: https://galileo.mailstation.de/gerrit/11152 Reviewed-by: Saleem Abdulrasool --- paludis/util/pretty_print.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'paludis/util/pretty_print.hh') diff --git a/paludis/util/pretty_print.hh b/paludis/util/pretty_print.hh index d45692ba3..91b44628d 100644 --- a/paludis/util/pretty_print.hh +++ b/paludis/util/pretty_print.hh @@ -22,6 +22,7 @@ #include #include +#include /** \file * Pretty print function. -- cgit v1.2.3