Add missing includes for those not using precompiled headers (#2815)

This commit is contained in:
pajlada
2021-05-23 23:10:29 +02:00
committed by GitHub
parent b42f70e6d8
commit 108b733679
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -7,9 +7,11 @@
#include <QStringList>
#include <QTimer>
#include <chrono>
#include <fstream>
#include <iostream>
#include <memory>
#include <thread>
#ifdef Q_OS_WIN
# include <fcntl.h>