diff options
author | Nikias Bassen | 2014-09-26 01:22:47 +0200 |
---|---|---|
committer | Nikias Bassen | 2014-09-26 01:22:47 +0200 |
commit | 7377026506597fa96853e8e178d51952c9809e7e (patch) | |
tree | 2c4ca8355cea347ea16cfc8a527e3e5ae7c6d207 /include/plist | |
parent | 063c629baef6028e84838f77fd1401b05e41dc58 (diff) | |
download | libplist-7377026506597fa96853e8e178d51952c9809e7e.tar.gz libplist-7377026506597fa96853e8e178d51952c9809e7e.tar.bz2 |
C++: Add missing cstddef include to Node.h
Diffstat (limited to 'include/plist')
-rw-r--r-- | include/plist/Node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/Node.h b/include/plist/Node.h index 9068880..6c9ae43 100644 --- a/include/plist/Node.h +++ b/include/plist/Node.h @@ -23,6 +23,7 @@ #define PLIST_NODE_H #include <plist/plist.h> +#include <cstddef> namespace PList { |