aboutsummaryrefslogtreecommitdiffstats
path: root/include/entriesblk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/entriesblk.h')
-rw-r--r--include/entriesblk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/entriesblk.h b/include/entriesblk.h
index fe7ac1c..61ab35e 100644
--- a/include/entriesblk.h
+++ b/include/entriesblk.h
@@ -2,6 +2,9 @@
#define ENTRIESBLK_H
#include <sysdata.h>
+#include <defs.h>
+
+SWORD_NAMESPACE_START
class EntriesBlock {
static const int METAHEADERSIZE;
@@ -27,4 +30,5 @@ public:
};
+SWORD_NAMESPACE_END
#endif