summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-17 11:33:23 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:24 +0200
commit82ee1327f95a60f202ef25e431fbdcc228245b73 (patch)
tree3dd7d024ce13e22cb6f4b375b3bacf0a4309a40b /desktop
parentfix windows build (diff)
downloadcore-82ee1327f95a60f202ef25e431fbdcc228245b73.tar.gz
core-82ee1327f95a60f202ef25e431fbdcc228245b73.zip
the header file is also needed on windows
Change-Id: I9d13753dd067f5370035233cb5cb7815b01f28d1
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/updater.cxx2
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>