diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-28 15:49:30 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-28 15:49:30 +0000 |
| commit | 019c87b20cd0b9c85268afaf389d7380b4dbce3c (patch) | |
| tree | d11083eb85a4c9616e7e667802b110cad24425dd /src/libnrtype | |
| parent | Drop GtkObject use in dialog (diff) | |
| download | inkscape-019c87b20cd0b9c85268afaf389d7380b4dbce3c.tar.gz inkscape-019c87b20cd0b9c85268afaf389d7380b4dbce3c.zip | |
gtkmm-3.0 fixes for Gtk::Box and header inclusions
(bzr r11304)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/font-lister.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnrtype/font-lister.h b/src/libnrtype/font-lister.h index 117a2cad9..c9ab7b21d 100644 --- a/src/libnrtype/font-lister.h +++ b/src/libnrtype/font-lister.h @@ -14,6 +14,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include <map> #include <gtkmm/liststore.h> #include <gtkmm/treemodelcolumn.h> #include <gtkmm/treepath.h> |
