summaryrefslogtreecommitdiff
path: root/store/source/stordata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/stordata.hxx')
-rw-r--r--store/source/stordata.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/store/source/stordata.hxx b/store/source/stordata.hxx
index de587c144a9b..35fe20c0729a 100644
--- a/store/source/stordata.hxx
+++ b/store/source/stordata.hxx
@@ -25,15 +25,17 @@
#include <memory>
#include <sal/types.h>
-#include <sal/macros.h>
#include <rtl/string.h>
#include <store/types.h>
#include "storbase.hxx"
+#include <string.h>
namespace store
{
+class OStorePageBIOS;
+
constexpr sal_uInt32 STORE_MAGIC_DATAPAGE(0x94190310);
struct OStoreDataPageData : public store::PageData