From a94df46cf5d37ef0bf5f2dfd470f91a8b455d127 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Voc=C5=AF?= Date: Thu, 14 Jun 2007 20:17:38 +0000 Subject: [PATCH] include CountRef.h to import namespace definition - necessary to compile --- org.glite.lb.common/interface/LoggingExceptions.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org.glite.lb.common/interface/LoggingExceptions.h b/org.glite.lb.common/interface/LoggingExceptions.h index ee56cc6..dde19da 100644 --- a/org.glite.lb.common/interface/LoggingExceptions.h +++ b/org.glite.lb.common/interface/LoggingExceptions.h @@ -13,6 +13,9 @@ #include +// we need the namespace definition from there +#include "glite/lb/CountRef.h" + EWL_BEGIN_NAMESPACE /** Base class for all exceptions thrown by the L&B C++ classes. -- 1.8.2.3