diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-08-15 09:07:55 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-08-15 09:07:55 +0000 |
| commit | 0be39e335f73b5b7770f1580871f48ca1791ced4 (patch) | |
| tree | 802fb156a1af291231075851ee5eb551246fffea /src/ui/dialog/template-load-tab.cpp | |
| parent | Fix warning and hopefully fix build failures on Launchpad (diff) | |
| download | inkscape-0be39e335f73b5b7770f1580871f48ca1791ced4.tar.gz inkscape-0be39e335f73b5b7770f1580871f48ca1791ced4.zip | |
Fix Gtk+ 3 build failure and make check
(bzr r12479)
Diffstat (limited to 'src/ui/dialog/template-load-tab.cpp')
| -rw-r--r-- | src/ui/dialog/template-load-tab.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/template-load-tab.cpp b/src/ui/dialog/template-load-tab.cpp index 0123f663f..265ee8026 100644 --- a/src/ui/dialog/template-load-tab.cpp +++ b/src/ui/dialog/template-load-tab.cpp @@ -8,9 +8,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include "template-load-tab.h" #include "template-widget.h" +#include "template-load-tab.h" + #include <gtkmm/messagedialog.h> #include <gtkmm/scrolledwindow.h> #include <glibmm/i18n.h> |
