We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e7a89 commit 71a77b6Copy full SHA for 71a77b6
SerialPrograms/Source/CommonFramework/Main.cpp
@@ -4,6 +4,7 @@
4
#include <QFileInfo>
5
//#include <QTextStream>
6
#include <QMessageBox>
7
+#include "Common/Cpp/Concurrency/AsyncTask.h"
8
#include "Common/Cpp/Exceptions.h"
9
#include "Common/Cpp/ImageResolution.h"
10
#include "PersistentSettings.h"
@@ -24,7 +25,6 @@
24
25
#include "Startup/NewVersionCheck.h"
26
#include "Windows/MainWindow.h"
27
-
28
#include <iostream>
29
using std::cout;
30
using std::endl;
0 commit comments