add missing boost version include to enable new docstrings
This commit is contained in:
parent
2acf395203
commit
016659f22a
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue