Skip to content

Commit 71a77b6

Browse files
committed
AsyncTask
1 parent a1e7a89 commit 71a77b6

File tree

1 file changed

+1
-1
lines changed
  • SerialPrograms/Source/CommonFramework

1 file changed

+1
-1
lines changed

SerialPrograms/Source/CommonFramework/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <QFileInfo>
55
//#include <QTextStream>
66
#include <QMessageBox>
7+
#include "Common/Cpp/Concurrency/AsyncTask.h"
78
#include "Common/Cpp/Exceptions.h"
89
#include "Common/Cpp/ImageResolution.h"
910
#include "PersistentSettings.h"
@@ -24,7 +25,6 @@
2425
#include "Startup/NewVersionCheck.h"
2526
#include "Windows/MainWindow.h"
2627

27-
2828
#include <iostream>
2929
using std::cout;
3030
using std::endl;

0 commit comments

Comments
 (0)