include <stack>

Change-Id: Iedaacd9981a6ca186ab5e1f9715ed4fcf4ff0cb7
This commit is contained in:
Takeshi Abe
2013-11-06 17:45:04 +09:00
parent 9c2ab71230
commit 9bd00edca5
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#define INCLUDED_SHELL_INC_INTERNAL_CONTENTREADER_HXX
#include "internal/basereader.hxx"
#include <stack>
class ITag;
class StreamInterface;

View File

@@ -22,6 +22,7 @@
#include "internal/basereader.hxx"
#include "internal/types.hxx"
#include <stack>
class ITag;
class CKeywordsTag;