From 13ca3d6dd36db1aac2d6b5caca2c281d15c881ad Mon Sep 17 00:00:00 2001 From: hgkjshegfskef <83143323+hgkjshegfskef@users.noreply.github.com> Date: Tue, 7 Jun 2022 03:22:59 +0200 Subject: [PATCH] fix safe_format includes (#114) std::numeric_limits requires Co-authored-by: hgkjshegfskef --- example/safe_format.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/example/safe_format.hpp b/example/safe_format.hpp index 8c218a5..a8605e7 100644 --- a/example/safe_format.hpp +++ b/example/safe_format.hpp @@ -15,6 +15,7 @@ #include #include +#include #include #include