diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-04-26 08:43:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-04-26 11:14:40 +0200 |
commit | 979e7ec711e475bc1a61f98c074fc3d3656467cf (patch) | |
tree | 57e460dfd7347be01d0c502f20ad6dbe3abf756f /sc/inc/attarray.hxx | |
parent | cc2c0439e4b9dcfb141945d9ea5867053a9eb3be (diff) |
ScPatternAttr needs to be a complete type here (Windows --disable-pch)
Change-Id: Iafbdd3b7e872cd15718879e5c7f1256069156d5f
Reviewed-on: https://gerrit.libreoffice.org/71343
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r-- | sc/inc/attarray.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx index b43befd45e84..6a3ad78c7e44 100644 --- a/sc/inc/attarray.hxx +++ b/sc/inc/attarray.hxx @@ -22,6 +22,8 @@ #include "global.hxx" #include "attrib.hxx" +#include "patattr.hxx" + #include <algorithm> #include <memory> @@ -30,7 +32,6 @@ class ScDocument; class ScEditDataArray; class ScMarkArray; -class ScPatternAttr; class ScStyleSheet; class ScFlatBoolRowSegments; |