diff options
| author | 2014-09-26 01:22:47 +0200 | |
|---|---|---|
| committer | 2014-09-26 01:22:47 +0200 | |
| commit | 7377026506597fa96853e8e178d51952c9809e7e (patch) | |
| tree | 2c4ca8355cea347ea16cfc8a527e3e5ae7c6d207 /include/plist/Node.h | |
| 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/Node.h')
| -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 @@ | |||
| 23 | #define PLIST_NODE_H | 23 | #define PLIST_NODE_H |
| 24 | 24 | ||
| 25 | #include <plist/plist.h> | 25 | #include <plist/plist.h> |
| 26 | #include <cstddef> | ||
| 26 | 27 | ||
| 27 | namespace PList | 28 | namespace PList |
| 28 | { | 29 | { |
