File: Add-spdlog-header.patch

package info (click to toggle)
sopt 3.0.1-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,312 kB
  • sloc: cpp: 11,137; php: 287; xml: 182; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ole Streicher <olebole@debian.org>
Date: Sun, 30 Sep 2018 10:38:07 +0200
Subject: Add spdlog header

Closes: #909765
---
 cpp/sopt/logging.enabled.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpp/sopt/logging.enabled.h b/cpp/sopt/logging.enabled.h
index b5eb6c1..7499cce 100644
--- a/cpp/sopt/logging.enabled.h
+++ b/cpp/sopt/logging.enabled.h
@@ -4,6 +4,7 @@
 #include "sopt/config.h"
 #include <spdlog/fmt/ostr.h>
 #include <spdlog/spdlog.h>
+#include <spdlog/sinks/stdout_sinks.h>
 #include "sopt/exception.h"
 
 namespace sopt {