diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-05-13 19:17:06 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-05-13 19:17:06 +0000 |
| commit | 41ab3bd526807e0a092466e7d4e979f12bab81ff (patch) | |
| tree | 681f9f728429007fc5401e1f164dd87c53ec886f /src/ui | |
| parent | remove two duplicate copies from build.xml (diff) | |
| download | inkscape-41ab3bd526807e0a092466e7d4e979f12bab81ff.tar.gz inkscape-41ab3bd526807e0a092466e7d4e979f12bab81ff.zip | |
fix windows 64bit build. (changes already committed to trunk)
(bzr r13341.1.19)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/filedialogimpl-win32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/filedialogimpl-win32.h b/src/ui/dialog/filedialogimpl-win32.h index 29bcb9a45..a71ee1ad0 100644 --- a/src/ui/dialog/filedialogimpl-win32.h +++ b/src/ui/dialog/filedialogimpl-win32.h @@ -13,6 +13,8 @@ # include "config.h" #endif +#include <glibmm.h> + #ifdef WIN32 #if WITH_GLIBMM_2_32 #if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H |
