This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
intel-gmmlib/patches/0001-Use-packaged-spdlog.patch
Ward from fusion-voyager-3 003f30278a first commit
2023-10-27 15:42:54 +03:00

22 lines
717 B
Diff

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