From 1902afb627a26af145ea0cd210c443af8d8de6dd Mon Sep 17 00:00:00 2001 From: Raoul Hecky Date: Mon, 9 Sep 2024 15:32:00 +0200 Subject: [PATCH] Fix file case --- src/SimpleCrypt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SimpleCrypt.cpp b/src/SimpleCrypt.cpp index 5b01bdc..8fb2f38 100644 --- a/src/SimpleCrypt.cpp +++ b/src/SimpleCrypt.cpp @@ -24,7 +24,7 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "simplecrypt.h" +#include "SimpleCrypt.h" #include #include #include