summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-05-04 12:13:55 +0000
committerAndreas Schlüns <as@openoffice.org>2001-05-04 12:13:55 +0000
commitc19e13a861f12e2053229e2f97e92c79b2e2815e (patch)
tree6054ec5e139e95ed4fcb2be901f56c1b73ad68bb /framework
parenta5f0534b8e548d3c6b47b682888d4b90f38f9973 (diff)
include debug macros
Diffstat (limited to 'framework')
-rw-r--r--framework/source/threadhelp/fairrwlock.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/framework/source/threadhelp/fairrwlock.cxx b/framework/source/threadhelp/fairrwlock.cxx
index 8cd6971b1be5..2e2bc426ec76 100644
--- a/framework/source/threadhelp/fairrwlock.cxx
+++ b/framework/source/threadhelp/fairrwlock.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fairrwlock.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: as $ $Date: 2001-05-02 13:00:51 $
+ * last change: $Author: as $ $Date: 2001-05-04 13:13:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,6 +71,10 @@
#include <threadhelp/resetableguard.hxx>
#endif
+#ifndef __FRAMEWORK_MACROS_DEBUG_HXX_
+#include <macros/debug.hxx>
+#endif
+
//_________________________________________________________________________________________________________________
// interface includes
//_________________________________________________________________________________________________________________