diff options
| author | 2020-05-30 20:14:35 -0700 | |
|---|---|---|
| committer | 2020-06-03 20:00:34 +0200 | |
| commit | 319de9a78e5346dabb9a3a8e985679a602d27dbb (patch) | |
| tree | ed20573215a7a8e674e3e9965d29bb79db4d0942 /src/Array.cpp | |
| parent | aa450796af628119e4348f10b6d45c282ed68bbe (diff) | |
| download | libplist-319de9a78e5346dabb9a3a8e985679a602d27dbb.tar.gz libplist-319de9a78e5346dabb9a3a8e985679a602d27dbb.tar.bz2 | |
c++: Switch to c++ headers
[clang-tidy]Found with hicpp-deprecated-headers
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'src/Array.cpp')
| -rw-r--r-- | src/Array.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Array.cpp b/src/Array.cpp index f6e1297..22c254b 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 <stdlib.h> | ||
| 22 | #include <plist/Array.h> | 21 | #include <plist/Array.h> |
| 23 | 22 | ||
| 24 | #include <algorithm> | 23 | #include <algorithm> |
| 25 | #include <limits.h> | 24 | #include <climits> |
| 25 | #include <cstdlib> | ||
| 26 | 26 | ||
| 27 | namespace PList | 27 | namespace PList |
| 28 | { | 28 | { |
