Kaydet (Commit) 3f84927c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing includes (Windows --disable-pch)

Change-Id: I5cd3297cff31b88c53cd04232bed40cbf04fa2f6
Reviewed-on: https://gerrit.libreoffice.org/48028Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 777bf677
...@@ -56,6 +56,8 @@ ...@@ -56,6 +56,8 @@
#include "explode.hxx" #include "explode.hxx"
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <algorithm>
#include <assert.h> #include <assert.h>
#include <math.h> #include <math.h>
......
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
* For LWP filter architecture prototype - table object * For LWP filter architecture prototype - table object
*/ */
#include <sal/config.h>
#include <algorithm>
#include "lwptable.hxx" #include "lwptable.hxx"
LwpSuperTable::LwpSuperTable(LwpObjectHeader const &objHdr, LwpSvStream* pStrm):LwpContent(objHdr, pStrm) LwpSuperTable::LwpSuperTable(LwpObjectHeader const &objHdr, LwpSvStream* pStrm):LwpContent(objHdr, pStrm)
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <sal/log.hxx> #include <sal/log.hxx>
#include <sal/macros.h> #include <sal/macros.h>
#include <algorithm>
#include <cassert> #include <cassert>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
......
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <sal/config.h>
#include <algorithm>
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <zlib.h> #include <zlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment