Commit f7bee99f authored by jbeder's avatar jbeder
Browse files

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

parent 2402c4d7
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#pragma once #pragma once
#endif #endif
#include <cstdlib>
#include <map> #include <map>
#include <stack> #include <stack>
#include "yaml-cpp/eventhandler.h" #include "yaml-cpp/eventhandler.h"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#endif #endif
#include "yaml-cpp/noncopyable.h" #include "yaml-cpp/noncopyable.h"
#include <cstdlib>
#include <memory> #include <memory>
#include <vector> #include <vector>
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#endif #endif
#include "yaml-cpp/noncopyable.h" #include "yaml-cpp/noncopyable.h"
#include <cstdlib>
#include <memory> #include <memory>
#include <vector> #include <vector>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment