From 3a9fce047039421aa47d5899ea0662767b2aa7d3 Mon Sep 17 00:00:00 2001 From: theraven Date: Wed, 23 Jan 2013 08:54:34 +0000 Subject: Explicitly include headers that are implicitly included by libstdc++. Fixes building dtc with libc++. --- usr.bin/dtc/string.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/dtc/string.cc') diff --git a/usr.bin/dtc/string.cc b/usr.bin/dtc/string.cc index 2f617cc..283bafa 100644 --- a/usr.bin/dtc/string.cc +++ b/usr.bin/dtc/string.cc @@ -31,6 +31,8 @@ */ #include "string.hh" +#include +#include namespace { -- cgit v1.1