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