diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-17 11:33:23 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:24 +0200 |
commit | 82ee1327f95a60f202ef25e431fbdcc228245b73 (patch) | |
tree | 3dd7d024ce13e22cb6f4b375b3bacf0a4309a40b /desktop | |
parent | 814691489a3258b0882c4f6c320d85962f60af70 (diff) |
the header file is also needed on windows
Change-Id: I9d13753dd067f5370035233cb5cb7815b01f28d1
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/updater.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/updater.cxx b/desktop/source/app/updater.cxx index 6b4b930b51a3..de688e1ae798 100644 --- a/desktop/source/app/updater.cxx +++ b/desktop/source/app/updater.cxx @@ -12,10 +12,10 @@ #if UNX #include <unistd.h> #include <errno.h> -#include <fstream> #endif +#include <fstream> #include <config_folders.h> #include <rtl/bootstrap.hxx> |