]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/open-type-font.hh
* lily/tie-column.cc (set_manual_tie_configuration): new function.
[lilypond.git] / lily / include / open-type-font.hh
index 05d6f54d3387f00284079c3cc75eb3dfe0a55d93..e75b4c62d4280efac1b1658d32f488cdf469aa9a 100644 (file)
 #define OPEN_TYPE_FONT_HH
 
 #include <map>
+using namespace std;
+
 #include "freetype.hh"
 #include "font-metric.hh"
 
-typedef std::map<FT_UInt, FT_ULong> Index_to_charcode_map;
+typedef map<FT_UInt, FT_ULong> Index_to_charcode_map;
 Index_to_charcode_map make_index_to_charcode_map (FT_Face face);
 
 class Open_type_font : public Font_metric