diff options
Diffstat (limited to 'src/Array.cpp')
| -rw-r--r-- | src/Array.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Array.cpp b/src/Array.cpp index d86d021..bc448d3 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 <plist/Array.h> | 21 | #include <cstdlib> |
| 22 | |||
| 23 | #include <algorithm> | 22 | #include <algorithm> |
| 24 | #include <climits> | 23 | #include <climits> |
| 25 | #include <cstdlib> | 24 | #include "plist.h" |
| 25 | #include <plist/Array.h> | ||
| 26 | 26 | ||
| 27 | namespace PList | 27 | namespace PList |
| 28 | { | 28 | { |
