diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-04 11:00:31 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-04 11:04:16 -0500 |
commit | 01225e0bb84c065549f058ac58c7825efe6635e3 (patch) | |
tree | 393b8904da444be79dcac5c710576bfd5ad59ded /sw | |
parent | b7430c4496b3485d5f0f284e3c27d4088c1f94fc (diff) |
More build fix on Windows.
Change-Id: Icd853b1ce34752c7a063c6306f5a63a0a3ab1657
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/swhtml.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx index 2f17b7522d4f..c53f3c5fd15d 100644 --- a/sw/source/filter/html/swhtml.hxx +++ b/sw/source/filter/html/swhtml.hxx @@ -31,6 +31,8 @@ #include "calbck.hxx" #include "htmlvsh.hxx" +#include <deque> + class SfxMedium; class SfxViewFrame; class SdrObject; |