From f8098e53752eefec19bee0899563c172a602aa2c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 26 Mar 2019 17:32:13 +0200 Subject: Fix compilation error without precompiled headers Change-Id: I06eea66ac783296a6278d4bcf3be5829a2d7d277 (cherry picked from commit afbc688fba50e8b76f2e367f62d943587c3411d8) Reviewed-on: https://gerrit.libreoffice.org/79191 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- sw/source/ui/vba/vbadocument.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/source/ui/vba/vbadocument.cxx b/sw/source/ui/vba/vbadocument.cxx index 4fcd09f693a0..728107daddda 100644 --- a/sw/source/ui/vba/vbadocument.cxx +++ b/sw/source/ui/vba/vbadocument.cxx @@ -28,6 +28,7 @@ #include "vbabookmarks.hxx" #include "vbamailmerge.hxx" #include "vbavariables.hxx" +#include #include #include #include -- cgit