summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-11-06 17:45:04 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-11-06 17:45:04 +0900
commit9bd00edca5f45b809221197a75a620ff30a8ceb0 (patch)
tree23e2b9024edaf493eb81fb79fe518cb4eedbda99 /shell
parent9c2ab712300c78bdb74ee307fae0a6d118829e5a (diff)
include <stack>
Change-Id: Iedaacd9981a6ca186ab5e1f9715ed4fcf4ff0cb7
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/internal/contentreader.hxx1
-rw-r--r--shell/inc/internal/metainforeader.hxx1
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;