From 527b2c44501fcd4936cdcae236693c95c5e9d385 Mon Sep 17 00:00:00 2001 From: David Dight Date: Sun, 9 Jun 2024 08:24:32 +1000 Subject: [PATCH] msvc type fix 3 --- examples/srcloctest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/srcloctest.cpp b/examples/srcloctest.cpp index 0835b9fc..d32641d4 100644 --- a/examples/srcloctest.cpp +++ b/examples/srcloctest.cpp @@ -35,7 +35,7 @@ #include #include #include -#include +#include //----------------------------------------------------------------------------------------- enum class Namespace_Enum_Type : int { Value };