Skip to content
Snippets Groups Projects
Commit d0b8a010 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #7573: Fixed linking error on kis001 by putting qpid include outside LOFAR namespace

parent f1cfaa37
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,15 @@
#include <string>
#include <sstream>
namespace LOFAR {
#ifdef HAVE_QPID
#include <qpid/messaging/Logger.h>
using namespace qpid::messaging;
#endif
namespace LOFAR {
#ifdef HAVE_QPID
class QpidLogSink: public LoggerOutput {
public:
QpidLogSink() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment