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
No known key found for this signature in database
GPG key ID: E13DFD4B47127951
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,