From 147c3e9c891c12dbfd39b65ee0f5baddf5f81b14 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 14 Apr 2014 14:27:59 -0700 Subject: Make clang and libc++ happy --- src/sexpr/lexer.hpp | 2 ++ src/sexpr/parser.cpp | 2 ++ src/sexpr/parser.hpp | 2 ++ 3 files changed, 6 insertions(+) (limited to 'src/sexpr') diff --git a/src/sexpr/lexer.hpp b/src/sexpr/lexer.hpp index 84c9e1d..f190f9f 100644 --- a/src/sexpr/lexer.hpp +++ b/src/sexpr/lexer.hpp @@ -21,6 +21,8 @@ # include "../sanity.hpp" +# include + # include "../strings/astring.hpp" # include "../strings/vstring.hpp" # include "../strings/xstring.hpp" diff --git a/src/sexpr/parser.cpp b/src/sexpr/parser.cpp index 2068565..c096649 100644 --- a/src/sexpr/parser.cpp +++ b/src/sexpr/parser.cpp @@ -18,6 +18,8 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . +#include + #include "../poison.hpp" namespace sexpr diff --git a/src/sexpr/parser.hpp b/src/sexpr/parser.hpp index 6097f78..5352afc 100644 --- a/src/sexpr/parser.hpp +++ b/src/sexpr/parser.hpp @@ -21,6 +21,8 @@ # include "../sanity.hpp" +# include + # include "../strings/zstring.hpp" # include "../io/line.hpp" -- cgit v1.2.3-60-g2f50