File: 0001-Use-packaged-spdlog.patch

package info (click to toggle)
intel-gmmlib 22.7.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,440 kB
  • sloc: cpp: 59,607; ansic: 11,349; makefile: 6
file content (21 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Timo Aaltonen <tjaalton@debian.org>
Date: Wed, 14 Nov 2018 22:01:43 +0100
Subject: Use packaged spdlog

---
 Source/GmmLib/inc/Internal/Common/GmmLogger.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/GmmLib/inc/Internal/Common/GmmLogger.h b/Source/GmmLib/inc/Internal/Common/GmmLogger.h
index a643e26..52b2eee 100644
--- a/Source/GmmLib/inc/Internal/Common/GmmLogger.h
+++ b/Source/GmmLib/inc/Internal/Common/GmmLogger.h
@@ -25,7 +25,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #ifdef __cplusplus
 #if GMM_LOG_AVAILABLE
 
-#include "spdlog/spdlog.h"
+#include <spdlog/spdlog.h>
 
 /////////////////////////////////////////////////////////////////////////////////////
 /// @file Logger.h