Include Qt header for Qt::endl

This commit is contained in:
FeRD (Frank Dana)
2020-08-20 14:53:16 -04:00
parent 3e470519fd
commit 0e2f1eaba6
2 changed files with 3 additions and 2 deletions

View File

@@ -38,8 +38,6 @@
#include "Frame.h"
#include "Exceptions.h"
#include <QDir>
#include <QString>
#include <QTextStream>
namespace openshot {

View File

@@ -29,6 +29,9 @@
*/
#include "../include/CacheDisk.h"
#include <Qt>
#include <QString>
#include <QTextStream>
using namespace std;
using namespace openshot;