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

This commit is contained in:
Jesse Beder
2011-05-03 21:55:49 +00:00
parent d98687afc3
commit 9fbcfe9ec5
3 changed files with 3 additions and 0 deletions

View File

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