mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-01-31 01:25:20 +01: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