From 7887b17e61305990b4a380b23bfa4b100334afd9 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Tue, 18 Feb 2025 10:45:25 +0100 Subject: [PATCH] - add missing include --- snapper/SnapperTmpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/snapper/SnapperTmpl.h b/snapper/SnapperTmpl.h index 8702b303..1d0b6ac1 100644 --- a/snapper/SnapperTmpl.h +++ b/snapper/SnapperTmpl.h @@ -29,6 +29,7 @@ #include #include #include +#include #include "snapper/AppUtil.h" -- 2.47.3