diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-08 13:44:04 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-08 16:20:40 +0200 |
commit | dfc4e8223ce5590803b17540fc05dc1824a34faa (patch) | |
tree | abafe1ab6376174c17150c7760fa5561ed12e631 /desktop | |
parent | ac579e29ad046d74331b9066f79f7caa59e2714b (diff) |
Fix Windows build
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 381508c81e65..61c3832ab04b 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -29,6 +29,7 @@ #include "app.hxx" #include "desktop.hrc" #include "cmdlineargs.hxx" +#include "cmdlinehelp.hxx" #include "dispatchwatcher.hxx" #include "configinit.hxx" #include "lockfile.hxx" |