initial import
This commit is contained in:
25
patches/0022-ShaUtility-fix-path-for-sha1-algorithm.patch
Normal file
25
patches/0022-ShaUtility-fix-path-for-sha1-algorithm.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
From 514a7dd707c2670bfb18c210446775c4040539db Mon Sep 17 00:00:00 2001
|
||||
From: Peter Ross <pross@xvid.org>
|
||||
Date: Wed, 16 Dec 2020 15:15:40 +1100
|
||||
Subject: [PATCH 22/23] ShaUtility: fix path for sha1 algorithm
|
||||
|
||||
---
|
||||
src/Skybolt/SkyboltCommon/ShaUtility.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/Skybolt/SkyboltCommon/ShaUtility.cpp b/src/Skybolt/SkyboltCommon/ShaUtility.cpp
|
||||
index 153af9f..950e943 100644
|
||||
--- a/src/Skybolt/SkyboltCommon/ShaUtility.cpp
|
||||
+++ b/src/Skybolt/SkyboltCommon/ShaUtility.cpp
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "ShaUtility.h"
|
||||
|
||||
-#include <boost/uuid/sha1.hpp>
|
||||
+#include <boost/uuid/detail/sha1.hpp>
|
||||
|
||||
namespace skybolt {
|
||||
|
||||
--
|
||||
2.29.2
|
||||
|
||||
Reference in New Issue
Block a user