Skip to content

Commit

Permalink
fix: added missing headers
Browse files Browse the repository at this point in the history
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
  • Loading branch information
Trial97 committed Jun 26, 2023
1 parent 1c8ad92 commit 1e18f2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launcher/ProblemProvider.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#pragma once

#include <QList>
#include <QString>

enum class ProblemSeverity { None, Warning, Error };

struct PatchProblem {
Expand Down

0 comments on commit 1e18f2f

Please sign in to comment.