- Timestamp:
- 02/19/08 06:27:06 (9 months ago)
- Files:
-
- 1 modified
-
trunk/src/graphics.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/graphics.cpp
r618 r651 24 24 // mapnik 25 25 #include <mapnik/graphics.hpp> 26 27 26 #include <mapnik/image_util.hpp> 28 // stl29 #include <cassert>30 #include <string.h>31 #include <stack>32 #include <iostream>33 27 34 28 namespace mapnik … … 42 36 :width_(rhs.width_), 43 37 height_(rhs.height_), 44 data_(rhs.data_) {}38 data_(rhs.data_) {} 45 39 46 40 Image32::~Image32() {}
