diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-07-17 18:24:12 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-07-17 18:24:12 +0000 |
| commit | 75a7a835fc60c6dd8092e696ebb4d7a718f810eb (patch) | |
| tree | 95cd12a7eb825a137de83f48450503d4a5276934 /src/dialogs/export.cpp | |
| parent | cleanup, remove warnings (diff) | |
| download | inkscape-75a7a835fc60c6dd8092e696ebb4d7a718f810eb.tar.gz inkscape-75a7a835fc60c6dd8092e696ebb4d7a718f810eb.zip | |
factor native PNG export out of file.cpp in preparation for new export dialog
(bzr r1430)
Diffstat (limited to '')
| -rw-r--r-- | src/dialogs/export.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index a141053dc..8c6a8402e 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -54,6 +54,8 @@ #include "io/sys.h" +#include "helper/png-write.h" + #define SP_EXPORT_MIN_SIZE 1.0 |
