From dfcb0152e952932f7c263b346411c5dfabbd57e1 Mon Sep 17 00:00:00 2001 From: Gareth Sylvester-Bradley <31761158+garethsb@users.noreply.github.com> Date: Mon, 28 Nov 2022 09:49:56 +0000 Subject: [PATCH] Local include for smtp-address-validator.hpp --- src/string-format-check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/string-format-check.cpp b/src/string-format-check.cpp index ce69396..bd8952f 100644 --- a/src/string-format-check.cpp +++ b/src/string-format-check.cpp @@ -1,6 +1,6 @@ #include -#include +#include "smtp-address-validator.hpp" #include #include