shell/inc/internal/contentreader.hxx | 1 + shell/inc/internal/metainforeader.hxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit 9bd00edca5f45b809221197a75a620ff30a8ceb0 Author: Takeshi Abe <[email protected]> Date: Wed Nov 6 17:45:04 2013 +0900 include <stack> Change-Id: Iedaacd9981a6ca186ab5e1f9715ed4fcf4ff0cb7 diff --git a/shell/inc/internal/contentreader.hxx b/shell/inc/internal/contentreader.hxx index 8a1d7e4..279aea9 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 fba67c4..7365d18 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
