26 lines
689 B
Diff
26 lines
689 B
Diff
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
|
|
|