From 2d481e110e934bcb2060322671e29a36513a92f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Fredriksson=20Franz=C3=A9n?= <manfr689@student.liu.se> Date: Thu, 26 Sep 2019 16:52:32 +0200 Subject: [PATCH] Update qt.cpp --- copy_file/qt.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copy_file/qt.cpp b/copy_file/qt.cpp index e068d05..6c9fd80 100644 --- a/copy_file/qt.cpp +++ b/copy_file/qt.cpp @@ -1,5 +1,8 @@ #include <assert.h> #include <QTextCodec> +#include <QFile> +#include <QString> + int main(int argc, char** argv) { -- GitLab