diff options
| author | 2024-01-29 10:45:41 +0100 | |
|---|---|---|
| committer | 2024-01-29 10:45:41 +0100 | |
| commit | 3daee6097cfa14c597e5104b02acfe83749001d9 (patch) | |
| tree | f810f63085b5f7270df1ca0fcab68d7479729957 /src/Array.cpp | |
| parent | b3cf5bec39de69bf06c7813689f03cbe58f45ca9 (diff) | |
| download | libplist-3daee6097cfa14c597e5104b02acfe83749001d9.tar.gz libplist-3daee6097cfa14c597e5104b02acfe83749001d9.tar.bz2 | |
Fix PLIST_API definitions
Diffstat (limited to 'src/Array.cpp')
| -rw-r--r-- | src/Array.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Array.cpp b/src/Array.cpp index d86d021..bc448d3 100644 --- a/src/Array.cpp +++ b/src/Array.cpp | |||
| @@ -18,11 +18,11 @@ | |||
| 18 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 18 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #include <plist/Array.h> | 21 | #include <cstdlib> |
| 22 | |||
| 23 | #include <algorithm> | 22 | #include <algorithm> |
| 24 | #include <climits> | 23 | #include <climits> |
| 25 | #include <cstdlib> | 24 | #include "plist.h" |
| 25 | #include <plist/Array.h> | ||
| 26 | 26 | ||
| 27 | namespace PList | 27 | namespace PList |
| 28 | { | 28 | { |
