include CountRef.h to import namespace definition - necessary to compile
authorMichal Voců <michal@ruk.cuni.cz>
Thu, 14 Jun 2007 20:17:38 +0000 (20:17 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Thu, 14 Jun 2007 20:17:38 +0000 (20:17 +0000)
org.glite.lb.common/interface/LoggingExceptions.h

index ee56cc6..dde19da 100644 (file)
@@ -13,6 +13,9 @@
 
 #include <pthread.h>
 
+// 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.