diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/inc/internal/contentreader.hxx | 1 | ||||
-rw-r--r-- | shell/inc/internal/metainforeader.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/shell/inc/internal/contentreader.hxx b/shell/inc/internal/contentreader.hxx index 8a1d7e4a1a72..279aea90eba0 100644 --- a/shell/inc/internal/contentreader.hxx +++ b/shell/inc/internal/contentreader.hxx @@ -21,6 +21,7 @@ #define INCLUDED_SHELL_INC_INTERNAL_CONTENTREADER_HXX #include "internal/basereader.hxx" +#include <stack> class ITag; class StreamInterface; diff --git a/shell/inc/internal/metainforeader.hxx b/shell/inc/internal/metainforeader.hxx index fba67c4aa098..7365d18e2b51 100644 --- a/shell/inc/internal/metainforeader.hxx +++ b/shell/inc/internal/metainforeader.hxx @@ -22,6 +22,7 @@ #include "internal/basereader.hxx" #include "internal/types.hxx" +#include <stack> class ITag; class CKeywordsTag; |