add missing boost version include to enable new docstrings

This commit is contained in:
Dane Springmeyer 2009-09-25 17:16:54 +00:00
parent 2acf395203
commit 016659f22a

View file

@ -21,10 +21,13 @@
*****************************************************************************/ *****************************************************************************/
//$Id$ //$Id$
//mapnik
#include <mapnik/color.hpp>
// boost // boost
#include <boost/python.hpp> #include <boost/python.hpp>
#include <boost/version.hpp>
//mapnik
#include <mapnik/color.hpp>
using mapnik::color; using mapnik::color;