summaryrefslogtreecommitdiff
path: root/forms/source/runtime/formoperations.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/runtime/formoperations.hxx')
-rw-r--r--forms/source/runtime/formoperations.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/forms/source/runtime/formoperations.hxx b/forms/source/runtime/formoperations.hxx
index fcac2220608d..86c44feff3f2 100644
--- a/forms/source/runtime/formoperations.hxx
+++ b/forms/source/runtime/formoperations.hxx
@@ -35,6 +35,7 @@
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
#include <connectivity/dbtools.hxx>
+#include <tools/long.hxx>
namespace frm
{
@@ -70,7 +71,7 @@ namespace frm
bool m_bActiveControlModified;
bool m_bConstructed;
#ifdef DBG_UTIL
- mutable long
+ mutable tools::Long
m_nMethodNestingLevel;
#endif