From 36170d60ca3c76c663b7c12a518c979394d67f7a Mon Sep 17 00:00:00 2001 From: offa Date: Tue, 4 Feb 2020 18:41:11 +0100 Subject: [PATCH] stdio.h replaced with cstdio. --- projects/SelfTest/UsageTests/Tricky.tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/SelfTest/UsageTests/Tricky.tests.cpp b/projects/SelfTest/UsageTests/Tricky.tests.cpp index 55fe6230..41d0adf4 100644 --- a/projects/SelfTest/UsageTests/Tricky.tests.cpp +++ b/projects/SelfTest/UsageTests/Tricky.tests.cpp @@ -17,7 +17,7 @@ #include "catch.hpp" -#include +#include #include #include