Commit b1ac3289 authored by Jesse Beder's avatar Jesse Beder
Browse files

Included <cstddef> for NULL

parent 835b86d9
......@@ -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