diff options
Diffstat (limited to '')
-rw-r--r-- | src/HTTP/SslHTTPServerConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTTP/SslHTTPServerConnection.h b/src/HTTP/SslHTTPServerConnection.h index 6fd3ff309..3ea62c3d9 100644 --- a/src/HTTP/SslHTTPServerConnection.h +++ b/src/HTTP/SslHTTPServerConnection.h @@ -10,7 +10,7 @@ #pragma once #include "HTTPServerConnection.h" -#include "mbedTLS++/BufferedSslContext.h" +#include "../mbedTLS++/BufferedSslContext.h" |