From adfbd42d9adb6d1bc044617ddddd3699ec0216d8 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Mon, 9 Mar 2026 02:30:24 +0100 Subject: [PATCH] Add missing include --- tests/TestAutoType.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestAutoType.cpp b/tests/TestAutoType.cpp index b9b296826..9ede9d8a7 100644 --- a/tests/TestAutoType.cpp +++ b/tests/TestAutoType.cpp @@ -19,6 +19,7 @@ #include "TestAutoType.h" #include +#include #include #include "autotype/AutoType.h"