From 9f0e6e9542051f57e6f88d7d2b2c81c24c72ec11 Mon Sep 17 00:00:00 2001 From: acetone Date: Sat, 18 Jun 2022 03:55:15 -0400 Subject: [PATCH] update path to submodule --- x25519.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x25519.cpp b/x25519.cpp index 523fe29..e38cab2 100644 --- a/x25519.cpp +++ b/x25519.cpp @@ -9,7 +9,7 @@ */ #include "x25519.h" -#include "cppcodec/base64_default_rfc4648.hpp" +#include "cppcodec/cppcodec/base64_default_rfc4648.hpp" #include #include