mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
Fix ODR violations for unity builds
This commit is contained in:
parent
6c63b01cfe
commit
278cd62049
|
@ -17,7 +17,7 @@
|
|||
#include <sstream> // std::stringstream
|
||||
#include <thread>
|
||||
|
||||
namespace
|
||||
namespace _config
|
||||
{
|
||||
|
||||
using namespace std;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <vector>
|
||||
#include <thread>
|
||||
|
||||
namespace
|
||||
namespace _plugin
|
||||
{
|
||||
|
||||
using namespace std;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <vector>
|
||||
#include <thread>
|
||||
|
||||
namespace
|
||||
namespace _plugin_manager
|
||||
{
|
||||
|
||||
using namespace fair::mq;
|
||||
|
|
Loading…
Reference in New Issue
Block a user