From b8bbc54c5c920aff1ff1b45a693f50d6d96d61c8 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:45:26 +0500 Subject: Revise style: split include groups --- core/config/number.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'core/config/number.hh') diff --git a/core/config/number.hh b/core/config/number.hh index ad79770..3455910 100644 --- a/core/config/number.hh +++ b/core/config/number.hh @@ -3,6 +3,7 @@ #pragma once #include "core/config/ivalue.hh" + #include "core/math/concepts.hh" namespace config -- cgit