From bb9dcdb7184c199efc6d39bc76c7ac64d8bfe40c Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Thu, 13 Oct 2016 13:56:07 +0200 Subject: [PATCH] include cstdio to define FILE, as required by g++ 6.1 --- pub/lib/xax_lex.lpp | 1 + pub/trivia/string_ops.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/lib/xax_lex.lpp b/pub/lib/xax_lex.lpp index accd34ab..8b4f6960 100644 --- a/pub/lib/xax_lex.lpp +++ b/pub/lib/xax_lex.lpp @@ -19,6 +19,7 @@ #include "defs.hpp" #include <cmath> +#include <cstdio> #include <memory> #include <boost/algorithm/string/replace.hpp> diff --git a/pub/trivia/string_ops.cpp b/pub/trivia/string_ops.cpp index c72442f7..18260fe8 100644 --- a/pub/trivia/string_ops.cpp +++ b/pub/trivia/string_ops.cpp @@ -9,7 +9,6 @@ #include <iostream> -#include <boost/format.hpp> #include "string_ops.hpp" -- GitLab