diff options
| author | Tannin <devnull@localhost> | 2015-04-12 15:54:14 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-04-12 15:54:14 +0200 |
| commit | e47e04dcf2ad8bc0c1a0232f3b94cdb8c977e201 (patch) | |
| tree | 88a57f9d4688c3cf236b14d745ad3198a6803973 /src/executableslist.cpp | |
| parent | fd584f803893c84049146f0d6d6d2d5f758f55e6 (diff) | |
refactorings
Diffstat (limited to 'src/executableslist.cpp')
| -rw-r--r-- | src/executableslist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/executableslist.cpp b/src/executableslist.cpp index 9f0cd315..1852b0ad 100644 --- a/src/executableslist.cpp +++ b/src/executableslist.cpp @@ -21,6 +21,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <gameinfo.h>
#include <QFileInfo>
#include <QDir>
+#include <QDebug>
#include "utility.h"
#include <algorithm>
|
