From 64bfafb1d3adf629b1781fcc5f8edbf82f000cde Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 14 Nov 2022 20:16:20 +0200 Subject: [PATCH] Fix build on Windows. error: must #include before using typeid. --- src/libs/vtest/abstracttest.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/vtest/abstracttest.h b/src/libs/vtest/abstracttest.h index 0583f9946..1fd9c2fb0 100644 --- a/src/libs/vtest/abstracttest.h +++ b/src/libs/vtest/abstracttest.h @@ -36,6 +36,7 @@ #include #include #include +#include #include "../vgeometry/vpointf.h" #include "../vlayout/vsapoint.h"