diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-02-11 23:34:59 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-02-11 23:34:59 +0000 |
| commit | c8a761256b40300761c7ff6a0d642ac75b6f541a (patch) | |
| tree | 38146b2cde578ae5dc27feb7ee43809a8f30fc40 /src/extension/extension.h | |
| parent | Dropped duplicate code for dom/io and io/ (Bug #1120585 ) (diff) | |
| download | inkscape-c8a761256b40300761c7ff6a0d642ac75b6f541a.tar.gz inkscape-c8a761256b40300761c7ff6a0d642ac75b6f541a.zip | |
A couple of forward declarations
(bzr r12119)
Diffstat (limited to 'src/extension/extension.h')
| -rw-r--r-- | src/extension/extension.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/extension.h b/src/extension/extension.h index e0b643b6d..78999631a 100644 --- a/src/extension/extension.h +++ b/src/extension/extension.h @@ -19,6 +19,7 @@ #include <vector> #include <glibmm/ustring.h> #include "xml/repr.h" +#include <sigc++/signal.h> namespace Gtk { class Table; |
