mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Included <cstdio> for gcc-4.4 (issue 9)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "token.h"
|
||||
#include "exceptions.h"
|
||||
#include <sstream>
|
||||
#include <cstdio>
|
||||
|
||||
namespace YAML
|
||||
{
|
||||
|
Reference in New Issue
Block a user