From dd8a7e669d3d20597dc92d3b1ed9fbf32c5637ff Mon Sep 17 00:00:00 2001 From: codereader Date: Mon, 24 May 2021 05:50:03 +0200 Subject: [PATCH] #5622: Linux paths are case-sensitive, who would've thought --- libs/math/SHA256.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/math/SHA256.cpp b/libs/math/SHA256.cpp index dee2b390ba..5c5a5ee284 100644 --- a/libs/math/SHA256.cpp +++ b/libs/math/SHA256.cpp @@ -15,7 +15,7 @@ /*************************** HEADER FILES ***************************/ #include #include -#include "sha256.h" +#include "SHA256.h" namespace math {