NOISSUE attempt to fix build on macOS

This commit is contained in:
Petr Mrázek
2020-08-21 02:40:19 +02:00
parent b0f5f4cb13
commit c6c9feb3a2
7 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#include "PackInstallTask.h"
#include "FTBPackInstallTask.h"
#include "BuildConfig.h"
#include "FileSystem.h"

View File

@ -1,6 +1,6 @@
#pragma once
#include "PackManifest.h"
#include "FTBPackManifest.h"
#include "InstanceTask.h"
#include "multimc_logic_export.h"

View File

@ -1,4 +1,4 @@
#include "PackManifest.h"
#include "FTBPackManifest.h"
#include "Json.h"