fix: add missing headers

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2023-07-31 15:37:35 +02:00
parent f256b836f4
commit ce2ca13815
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
#pragma once
#include <QList>
#include <QString>
enum class ProblemSeverity
{
None,