mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
10 lines
243 B
C
10 lines
243 B
C
--- tiledb/common/logger.h.orig 2021-11-25 02:05:56 UTC
|
|
+++ tiledb/common/logger.h
|
|
@@ -52,6 +52,7 @@
|
|
#define TILEDB_LOGGER_H
|
|
|
|
#include <spdlog/spdlog.h>
|
|
+#include <spdlog/sinks/stdout_color_sinks.h>
|
|
#include <atomic>
|
|
#include <sstream>
|
|
|