diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 12:18:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 12:18:36 +0000 |
commit | 8db2bf7b2623d98c69afe3edfce4feb9f7b57f99 (patch) | |
tree | 826415e12ee074e4f74598881f16d3ca5389769f /databases/tiledb/files/patch-tiledb-common-logger.h | |
parent | Update to 2.6.2 (diff) |
Update to 2.2.2
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, 10 insertions, 0 deletions
diff --git a/databases/tiledb/files/patch-tiledb-common-logger.h b/databases/tiledb/files/patch-tiledb-common-logger.h new file mode 100644 index 000000000000..8e18c0e2f4c8 --- /dev/null +++ b/databases/tiledb/files/patch-tiledb-common-logger.h @@ -0,0 +1,10 @@ +--- tiledb/common/logger.h.orig 2021-01-07 18:31:04 UTC ++++ tiledb/common/logger.h +@@ -37,6 +37,7 @@ + + #include <spdlog/fmt/ostr.h> + #include <spdlog/spdlog.h> ++#include <spdlog/sinks/stdout_color_sinks.h> + + #include "tiledb/common/status.h" + |