Skip to content

Commit

Permalink
Add <QDir> include
Browse files Browse the repository at this point in the history
This include should have been added in 0313d34 but was not. This
omission causes the build to fail with Qt 5.2.1.
  • Loading branch information
kpengboy committed Dec 7, 2017
1 parent bd3be68 commit 7033e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <QList>
#include <QObject>
#include <QString>
#include <QDir>
#include <QFile>
#include <QFileInfo>
#include <QTextStream>
Expand Down

0 comments on commit 7033e8f

Please sign in to comment.