diff options
Diffstat (limited to 'src/Data.cpp')
-rw-r--r-- | src/Data.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data.cpp b/src/Data.cpp index 11439d3..89b4f4e 100644 --- a/src/Data.cpp +++ b/src/Data.cpp @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <stdlib.h> +#include <cstdlib> #include <plist/Data.h> namespace PList |