Skip to content

Commit

Permalink
[Gui]fix missing #includes
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Jan 26, 2020
1 parent f362b95 commit a226801
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Gui/ProgressDialog.cpp
Expand Up @@ -22,7 +22,10 @@


#include "PreCompiled.h"

#include <QApplication>
#include <QMessageBox>
#include <QTime>
#include <QThread>
#include "ProgressDialog.h"
#include "MainWindow.h"

Expand Down

0 comments on commit a226801

Please sign in to comment.