diff options
author | Nikias Bassen | 2024-01-29 10:45:41 +0100 |
---|---|---|
committer | Nikias Bassen | 2024-01-29 10:45:41 +0100 |
commit | 3daee6097cfa14c597e5104b02acfe83749001d9 (patch) | |
tree | f810f63085b5f7270df1ca0fcab68d7479729957 /src/Node.cpp | |
parent | b3cf5bec39de69bf06c7813689f03cbe58f45ca9 (diff) | |
download | libplist-3daee6097cfa14c597e5104b02acfe83749001d9.tar.gz libplist-3daee6097cfa14c597e5104b02acfe83749001d9.tar.bz2 |
Fix PLIST_API definitions
Diffstat (limited to 'src/Node.cpp')
-rw-r--r-- | src/Node.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Node.cpp b/src/Node.cpp index 08a91b0..0bd428a 100644 --- a/src/Node.cpp +++ b/src/Node.cpp @@ -19,6 +19,7 @@ */ #include <cstdlib> +#include "plist.h" #include <plist/Node.h> #include <plist/Structure.h> #include <plist/Dictionary.h> |