diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-13 13:35:54 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-13 13:35:54 +0800 |
commit | 16870dab1e6a19573334948f4ae2b9dcffbfb124 (patch) | |
tree | 311ddb6a93de58dbdafb017daa1ee55017ea6e4d /databases/tiledb/files/patch-tiledb-common-logger.h | |
parent | archivers/unshield: Cosmetic change (diff) |
databases/tiledb: Update to 2.4.0
Changes: https://github.com/TileDB-Inc/TileDB/releases
Diffstat (limited to 'databases/tiledb/files/patch-tiledb-common-logger.h')
-rw-r--r-- | databases/tiledb/files/patch-tiledb-common-logger.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/tiledb/files/patch-tiledb-common-logger.h b/databases/tiledb/files/patch-tiledb-common-logger.h index 8e18c0e2f4c8..ef53d68bcbd1 100644 --- a/databases/tiledb/files/patch-tiledb-common-logger.h +++ b/databases/tiledb/files/patch-tiledb-common-logger.h @@ -1,10 +1,10 @@ ---- tiledb/common/logger.h.orig 2021-01-07 18:31:04 UTC +--- tiledb/common/logger.h.orig 2021-09-08 12:12:06 UTC +++ tiledb/common/logger.h -@@ -37,6 +37,7 @@ +@@ -52,6 +52,7 @@ + #define TILEDB_LOGGER_H - #include <spdlog/fmt/ostr.h> #include <spdlog/spdlog.h> +#include <spdlog/sinks/stdout_color_sinks.h> + #include <sstream> - #include "tiledb/common/status.h" - + #include "tiledb/common/heap_memory.h" |