mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
use more appropriate header
This commit is contained in:
parent
4fe0c249a6
commit
7969a1c13a
@ -30,8 +30,7 @@
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <limits>
|
||||
#include <sstream>
|
||||
|
||||
#include <ostream>
|
||||
// harfbuzz
|
||||
#include <harfbuzz/hb.h>
|
||||
|
||||
@ -73,7 +72,7 @@ private:
|
||||
|
||||
template <typename charT, typename traits>
|
||||
std::basic_ostream<charT, traits> &
|
||||
operator << ( std::basic_ostream<charT, traits> & s, mapnik::font_feature_settings const& f )
|
||||
operator<< ( std::basic_ostream<charT, traits> & s, mapnik::font_feature_settings const& f )
|
||||
{
|
||||
s << f.to_string();
|
||||
return s;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user