From a39a49c14703b1b626ef12f25e503d9fe075a50a Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 2 Sep 2022 10:21:58 +0200 Subject: [PATCH] test: VS2019 compilation fixed --- test/unit_test/runtime/fmt_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unit_test/runtime/fmt_test.cpp b/test/unit_test/runtime/fmt_test.cpp index bc6854ae..71291e0d 100644 --- a/test/unit_test/runtime/fmt_test.cpp +++ b/test/unit_test/runtime/fmt_test.cpp @@ -20,7 +20,8 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. -#include +#include +#include #include #include #include