summaryrefslogtreecommitdiffstats
path: root/src/Boolean.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Boolean.cpp')
-rw-r--r--src/Boolean.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Boolean.cpp b/src/Boolean.cpp
index 35f2a57..9f14904 100644
--- a/src/Boolean.cpp
+++ b/src/Boolean.cpp
@@ -18,7 +18,7 @@
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> 21#include <cstdlib>
22#include <plist/Boolean.h> 22#include <plist/Boolean.h>
23 23
24namespace PList 24namespace PList