Applying changes to fix build issues
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <unordered_map>
|
||||||
#include <variant>
|
#include <variant>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|||||||
@@ -15,10 +15,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add loggers here
|
// Add loggers here
|
||||||
|
#include <daggy/loggers/dag_run/OStreamLogger.hpp>
|
||||||
#ifdef DAGGY_ENABLE_REDIS
|
#ifdef DAGGY_ENABLE_REDIS
|
||||||
#include <daggy/loggers/dag_run/RedisLogger.hpp>
|
#include <daggy/loggers/dag_run/RedisLogger.hpp>
|
||||||
#else
|
|
||||||
#include <daggy/loggers/dag_run/OStreamLogger.hpp>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user