summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2020-04-20 19:07:15 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2020-04-20 20:51:08 +0200
commit7fe8bbaf5e23fa8ac0f5488de58b717c21691be4 (patch)
tree118e4f14b15dbeafc19c86084f680f29f0116c0a /dbaccess
parent5dbb5f7266a8af21544fdd795adbc01e14cfe219 (diff)
Restore this header for Windows only
... after commit 644db9df9ccce3d10c92ff365d0ac2e1b1fa33de Change-Id: Iecaaacaffd494afafcb779c41d59af8e9dbbc6c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92529 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
index b932f886414d..a9f4418a2219 100644
--- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx
+++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx
@@ -49,6 +49,7 @@
#include <tools/diagnose_ex.h>
#if defined _WIN32
+#include <rtl/process.h>
#include <vcl/sysdata.hxx>
#include "adodatalinks.hxx"
#endif