From bd03d24f8bd44813db8ed1c73c5a46400d94a7cf Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 1 Feb 2025 09:07:57 +1100 Subject: Implement serialization of Selection to and from strings. Requires std::from_chars to be available. --- scripts/HeaderOrder.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/HeaderOrder.txt b/scripts/HeaderOrder.txt index 79cf0fa7a..94516260b 100644 --- a/scripts/HeaderOrder.txt +++ b/scripts/HeaderOrder.txt @@ -52,6 +52,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3