diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-04-07 22:45:03 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-04-07 22:45:03 +0200 |
commit | 172f83c7e2fc28a444ec7b8e4c04128cd54fc210 (patch) | |
tree | a9a3ecc584839d8ab284f48ea21fb4f403d3c53c | |
parent | b1e0cbf8529db4663020bbe8f0bfd5f7ace1293c (diff) | |
download | MultiMC-172f83c7e2fc28a444ec7b8e4c04128cd54fc210.tar MultiMC-172f83c7e2fc28a444ec7b8e4c04128cd54fc210.tar.gz MultiMC-172f83c7e2fc28a444ec7b8e4c04128cd54fc210.tar.lz MultiMC-172f83c7e2fc28a444ec7b8e4c04128cd54fc210.tar.xz MultiMC-172f83c7e2fc28a444ec7b8e4c04128cd54fc210.zip |
NOISSUE and even more bad includes
-rw-r--r-- | api/logic/modplatform/ftb/PackHelpers.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/logic/modplatform/ftb/PackHelpers.h b/api/logic/modplatform/ftb/PackHelpers.h index 66f10a3b..39b65927 100644 --- a/api/logic/modplatform/ftb/PackHelpers.h +++ b/api/logic/modplatform/ftb/PackHelpers.h @@ -1,7 +1,9 @@ #pragma once + #include <QList> #include <QString> -#include "qmetatype.h" +#include <QStringList> +#include <QMetaType> //Header for structs etc... enum FtbPackType { |