Fix includes.
This commit is contained in:
parent
9eccd58ed5
commit
32b492fac1
2 changed files with 11 additions and 4 deletions
|
@ -23,9 +23,16 @@
|
|||
#include <boost/python/stl_iterator.hpp>
|
||||
|
||||
#include <mapnik/text_properties.hpp>
|
||||
#include "mapnik_enumeration.hpp"
|
||||
#include <mapnik/text_placements/simple.hpp>
|
||||
#include <mapnik/text_placements/list.hpp>
|
||||
#include <mapnik/formating/text.hpp>
|
||||
#include <mapnik/formating/list.hpp>
|
||||
#include <mapnik/formating/format.hpp>
|
||||
#include <mapnik/processed_text.hpp>
|
||||
#include <mapnik/expression_string.hpp>
|
||||
#include <mapnik/text_symbolizer.hpp>
|
||||
|
||||
#include "mapnik_enumeration.hpp"
|
||||
#include "mapnik_threads.hpp"
|
||||
#include "python_optional.hpp"
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************/
|
||||
#ifndef LIST_HPP
|
||||
#define LIST_HPP
|
||||
#ifndef FORMATING_LIST_HPP
|
||||
#define FORMATING_LIST_HPP
|
||||
|
||||
#include <mapnik/formating/base.hpp>
|
||||
|
||||
|
@ -43,4 +43,4 @@ protected:
|
|||
} //ns formating
|
||||
} //ns mapnik
|
||||
|
||||
#endif // LIST_HPP
|
||||
#endif // FORMATING_LIST_HPP
|
||||
|
|
Loading…
Add table
Reference in a new issue