Applying changes to fix build issues

This commit is contained in:
Ian Roddis
2021-10-18 11:14:48 -03:00
parent 860cea6004
commit ff4b9ff08b
2 changed files with 2 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
#include <iostream>
#include <mutex>
#include <string>
#include <unordered_map>
#include <variant>
#include <vector>

View File

@@ -15,10 +15,9 @@
#endif
// Add loggers here
#include <daggy/loggers/dag_run/OStreamLogger.hpp>
#ifdef DAGGY_ENABLE_REDIS
#include <daggy/loggers/dag_run/RedisLogger.hpp>
#else
#include <daggy/loggers/dag_run/OStreamLogger.hpp>
#endif
/*