Changeset 450:33ecc2d0cf22
- Timestamp:
- 01/08/2013 02:15:40 PM (5 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
src/misc/alignedallocator.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/misc/alignedallocator.h
r425 r450 2 2 #define _libgeodecomp_misc_alignedallocator_h_ 3 3 4 #ifdef __APPLE__ 5 #include <stdlib.h> 6 #else 4 7 #include <malloc.h> 8 #endif 5 9 6 10 namespace LibGeoDecomp {
