Includes header for fixed-width integer types

Adds `#include ` to ensure platform-independent use of fixed-width integer types.
This commit is contained in:
2025-10-05 15:56:35 +03:00
parent 8021050fad
commit ec876ea292

View File

@@ -3,7 +3,7 @@
//
#include "omath/utility/pattern_scan.hpp"
#include <charconv>
#include <cstdint>
namespace omath
{