summaryrefslogtreecommitdiffstats
path: root/src/hbtree/hbtreecursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hbtree/hbtreecursor.h')
-rw-r--r--src/hbtree/hbtreecursor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hbtree/hbtreecursor.h b/src/hbtree/hbtreecursor.h
index c9462453..75331f8b 100644
--- a/src/hbtree/hbtreecursor.h
+++ b/src/hbtree/hbtreecursor.h
@@ -42,9 +42,13 @@
#ifndef HBTREECURSOR_H
#define HBTREECURSOR_H
+#include "hbtreeglobal.h"
+
#include <QByteArray>
#include <QStack>
+QT_BEGIN_NAMESPACE_HBTREE
+
class HBtree;
class HBtreeTransaction;
class HBtreeCursor
@@ -98,4 +102,6 @@ private:
bool doOp(Op op, const QByteArray &key = QByteArray());
};
+QT_END_NAMESPACE_HBTREE
+
#endif // HBTREECURSOR_H