various fixes

* fix include paths
* print on stderr
This commit is contained in:
Dennis Klein
2017-03-28 14:48:08 +02:00
committed by Mohammad Al-Turany
parent 13c9c09ab9
commit 365a68010f
17 changed files with 45 additions and 93 deletions

View File

@@ -1,13 +1,13 @@
/********************************************************************************
* Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
* Copyright (C) 2014-2017 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
* *
* This software is distributed under the terms of the *
* GNU Lesser General Public Licence version 3 (LGPL) version 3, *
* GNU Lesser General Public Licence (LGPL) version 3, *
* copied verbatim in the file "LICENSE" *
********************************************************************************/
#include "runFairMQDevice.h"
#include "FairMQBenchmarkSampler.h"
#include <runFairMQDevice.h>
#include <devices/FairMQBenchmarkSampler.h>
namespace bpo = boost::program_options;