blob: ef53d68bcbd1083f89f72441c7e01fbf4ffc1422 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- tiledb/common/logger.h.orig 2021-09-08 12:12:06 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 <sstream>
#include "tiledb/common/heap_memory.h"
|