From: Michal Voců Date: Thu, 14 Jun 2007 20:17:38 +0000 (+0000) Subject: include CountRef.h to import namespace definition - necessary to compile X-Git-Tag: glite-yaim-lb_R_3_1_1-1~5 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a94df46cf5d37ef0bf5f2dfd470f91a8b455d127;p=jra1mw.git include CountRef.h to import namespace definition - necessary to compile --- 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.