Fix build on Windows.

error: must #include <typeinfo> before using typeid.
develop
Roman Telezhynskyi 2022-11-14 20:16:20 +02:00
parent 461170d2ab
commit 64bfafb1d3
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include <QJsonObject>
#include <QJsonArray>
#include <qtestcase.h>
#include <typeinfo>
#include "../vgeometry/vpointf.h"
#include "../vlayout/vsapoint.h"