Show
Ignore:
Timestamp:
03/24/08 09:03:05 (8 months ago)
Author:
dom
Message:

Fix build with GCC 4.3 (fixes #76)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/mapnik/image_data.hpp

    r603 r672  
    2828#include <mapnik/octree.hpp> 
    2929#include <cassert> 
     30#include <cstring> 
    3031 
    3132// When using Sun's C++ compiler, use the `std` namespace to get memcpy, memset routines.