mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-25 12:45:47 -04: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