[Libreoffice-commits] core.git: shell/inc

Takeshi Abe tabe at fixedpoint.jp
Wed Nov 6 09:45:35 CET 2013


 shell/inc/internal/contentreader.hxx  |    1 +
 shell/inc/internal/metainforeader.hxx |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 9bd00edca5f45b809221197a75a620ff30a8ceb0
Author: Takeshi Abe <tabe at fixedpoint.jp>
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;


More information about the Libreoffice-commits mailing list