diff options
| author | 2024-01-29 10:45:41 +0100 | |
|---|---|---|
| committer | 2024-01-29 10:45:41 +0100 | |
| commit | 3daee6097cfa14c597e5104b02acfe83749001d9 (patch) | |
| tree | f810f63085b5f7270df1ca0fcab68d7479729957 /src/Integer.cpp | |
| parent | b3cf5bec39de69bf06c7813689f03cbe58f45ca9 (diff) | |
| download | libplist-3daee6097cfa14c597e5104b02acfe83749001d9.tar.gz libplist-3daee6097cfa14c597e5104b02acfe83749001d9.tar.bz2 | |
Fix PLIST_API definitions
Diffstat (limited to 'src/Integer.cpp')
| -rw-r--r-- | src/Integer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Integer.cpp b/src/Integer.cpp index 7fa0f93..30a5405 100644 --- a/src/Integer.cpp +++ b/src/Integer.cpp | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #include <cstdlib> | 21 | #include <cstdlib> |
| 22 | #include "plist.h" | ||
| 22 | #include <plist/Integer.h> | 23 | #include <plist/Integer.h> |
| 23 | 24 | ||
| 24 | namespace PList | 25 | namespace PList |
