Added include <cstdlib> for using 'NULL' (apparently gcc 4.6 is more strict)

This commit is contained in:
jbeder
2011-05-03 21:55:49 +00:00
parent 2402c4d7e9
commit f7bee99fa3
3 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#pragma once
#endif
#include <cstdlib>
#include <map>
#include <stack>
#include "yaml-cpp/eventhandler.h"

View File

@@ -6,6 +6,7 @@
#endif
#include "yaml-cpp/noncopyable.h"
#include <cstdlib>
#include <memory>
#include <vector>

View File

@@ -6,6 +6,7 @@
#endif
#include "yaml-cpp/noncopyable.h"
#include <cstdlib>
#include <memory>
#include <vector>