Commit 73770265 authored by Nikias Bassen's avatar Nikias Bassen

C++: Add missing cstddef include to Node.h

parent 063c629b
......@@ -23,6 +23,7 @@
#define PLIST_NODE_H
#include <plist/plist.h>
#include <cstddef>
namespace PList
{
......
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