Commit dae85e28 authored by jbeder's avatar jbeder
Browse files

Included <cstddef> for NULL

parent 7f9aa35e
......@@ -6,6 +6,7 @@
#endif
#include "yaml-cpp/noncopyable.h"
#include <cstddef>
#include <cstdlib>
#include <memory>
#include <vector>
......
......@@ -6,6 +6,7 @@
#endif
#include "yaml-cpp/noncopyable.h"
#include <cstddef>
#include <cstdlib>
#include <memory>
#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