From be317116fc8d2a1aa0d800aa1b91a69e39bd83af Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 23 Feb 2024 14:06:53 +0100 Subject: [PATCH] refactor: missing header files included --- example/include/ranged_representation.h | 1 + example/include/validated_type.h | 1 + 2 files changed, 2 insertions(+) diff --git a/example/include/ranged_representation.h b/example/include/ranged_representation.h index 678f650a..0f760c00 100644 --- a/example/include/ranged_representation.h +++ b/example/include/ranged_representation.h @@ -24,6 +24,7 @@ #include "validated_type.h" #include +#include #include #include #include diff --git a/example/include/validated_type.h b/example/include/validated_type.h index f9a8e516..8be7c1a6 100644 --- a/example/include/validated_type.h +++ b/example/include/validated_type.h @@ -23,6 +23,7 @@ #pragma once #include +#include #include #include #include