summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2012-09-19 20:44:03 +0200
committerRene Engelhard <rene@debian.org>2012-09-19 20:51:43 +0200
commitc3f8ba41054f52654b2e1ea95d69502c0792f636 (patch)
tree25de6d6cb061650dd1ba24f5dc99b19ef6d8a377 /sal
parent548a623d0cee380464a239ace83995a17d527ef6 (diff)
fix system-clucene/-boost build with gcc 4.4
Change-Id: I95d23e6728571b3f3a6421a05fec814f7c5d059c Signed-off-by: Fridrich Strba <fridrich.strba@graduateinstitute.ch>
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/osl/diagnose.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/inc/osl/diagnose.hxx b/sal/inc/osl/diagnose.hxx
index 6463d8dcca5d..18dc0fe10bd1 100644
--- a/sal/inc/osl/diagnose.hxx
+++ b/sal/inc/osl/diagnose.hxx
@@ -33,6 +33,9 @@
#include <functional>
#include <typeinfo>
+#ifndef HAVE_CXX0X
+#define BOOST_NO_0X_HDR_TYPEINDEX
+#endif
#include "boost/unordered_set.hpp"
#include "osl/diagnose.h"
#include "osl/interlck.h"