Skip to content
Snippets Groups Projects
Commit bb9dcdb7 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

include cstdio to define FILE, as required by g++ 6.1

parent 56fd01c1
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
#include "defs.hpp"
#include <cmath>
#include <cstdio>
#include <memory>
#include <boost/algorithm/string/replace.hpp>
......
......@@ -9,7 +9,6 @@
#include <iostream>
#include <boost/format.hpp>
#include "string_ops.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment