mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Added include <cstdlib> for using 'NULL' (apparently gcc 4.6 is more strict)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <cstdlib>
|
||||
#include <map>
|
||||
#include <stack>
|
||||
#include "yaml-cpp/eventhandler.h"
|
||||
|
Reference in New Issue
Block a user