From ec876ea292971136b320864302292625cd470fba Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 5 Oct 2025 15:56:35 +0300 Subject: [PATCH] Includes header for fixed-width integer types Adds `#include ` to ensure platform-independent use of fixed-width integer types. --- source/utility/pattern_scan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utility/pattern_scan.cpp b/source/utility/pattern_scan.cpp index d46ffa9..8e37c90 100644 --- a/source/utility/pattern_scan.cpp +++ b/source/utility/pattern_scan.cpp @@ -3,7 +3,7 @@ // #include "omath/utility/pattern_scan.hpp" #include - +#include namespace omath {