diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2008-07-05 12:02:53 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2008-07-05 12:02:53 +0000 |
| commit | 175e4192d64affb01d5b9decfa6320889ad799be (patch) | |
| tree | 64a68f98332d65ed964e513d70341fd4d2b5dd6d | |
| parent | live_effects/parameter/enum.h: Supply missing #includes/declarations so that ... (diff) | |
| download | inkscape-175e4192d64affb01d5b9decfa6320889ad799be.tar.gz inkscape-175e4192d64affb01d5b9decfa6320889ad799be.zip | |
main-cmdlineact.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
(bzr r6178)
| -rw-r--r-- | src/main-cmdlineact.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main-cmdlineact.h b/src/main-cmdlineact.h index b40d7c2ba..aca039f98 100644 --- a/src/main-cmdlineact.h +++ b/src/main-cmdlineact.h @@ -15,6 +15,7 @@ * Released under GNU GPL v2.x, read the file 'COPYING' for more information */ +#include <glib/gtypes.h> namespace Inkscape { |
