Commit a6d5902e authored by Jesse Beder's avatar Jesse Beder
Browse files

Included <cstdio> for gcc-4.4 (issue 9)

parent 27689277
......@@ -3,6 +3,7 @@
#include "regex.h"
#include <string>
#include <ios>
#include <cstdio>
#include "stream.h"
namespace YAML
......
......@@ -4,6 +4,7 @@
#include "token.h"
#include "exceptions.h"
#include <sstream>
#include <cstdio>
namespace YAML
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment