summaryrefslogtreecommitdiff
path: root/databases/tiledb/files/patch-tiledb-common-logger.h
blob: 3f7e89ea84f1604038e9f71b61ea72b81dd99d52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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>