diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2009-02-24 20:56:56 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2009-02-24 20:56:56 +0000 |
| commit | 0feb39cc2628d7fed309b953d738c5d3ad53ac39 (patch) | |
| tree | c13570bd13cd204214139021f6bb19a0d3b07692 /src | |
| parent | support up to 3 languages (diff) | |
| download | inkscape-0feb39cc2628d7fed309b953d738c5d3ad53ac39.tar.gz inkscape-0feb39cc2628d7fed309b953d738c5d3ad53ac39.zip | |
fix win build
(bzr r7365)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 9527faa2e..f2cc0b1b8 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -43,7 +43,10 @@ #include "display/canvas-grid.h" #ifdef HAVE_ASPELL -#include <aspell.h> +# include <aspell.h> +# ifdef WIN32 +# include <windows.h> +# endif #endif namespace Inkscape { |
