diff options
author | Janrupf <werbung.janrupf@t-online.de> | 2018-03-31 17:36:04 +0200 |
---|---|---|
committer | Janrupf <werbung.janrupf@t-online.de> | 2018-04-02 23:02:33 +0200 |
commit | 67d2f283da3bf9538e6a31de3759cd959010b36c (patch) | |
tree | 43a8ff3d9799c9158884f3beac5d474d59ed2e02 | |
parent | 4530d9064be088702c6bf971cb2c08f110d6f047 (diff) | |
download | MultiMC-67d2f283da3bf9538e6a31de3759cd959010b36c.tar MultiMC-67d2f283da3bf9538e6a31de3759cd959010b36c.tar.gz MultiMC-67d2f283da3bf9538e6a31de3759cd959010b36c.tar.lz MultiMC-67d2f283da3bf9538e6a31de3759cd959010b36c.tar.xz MultiMC-67d2f283da3bf9538e6a31de3759cd959010b36c.zip |
NOISSUE Fixed compilation error, but needs to be revisited
-rw-r--r-- | api/logic/minecraft/update/FMLLibrariesTask.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/minecraft/update/FMLLibrariesTask.h b/api/logic/minecraft/update/FMLLibrariesTask.h index 10f48f5b..85f45468 100644 --- a/api/logic/minecraft/update/FMLLibrariesTask.h +++ b/api/logic/minecraft/update/FMLLibrariesTask.h @@ -1,6 +1,8 @@ #pragma once #include "tasks/Task.h" #include "net/NetJob.h" +#include "minecraft/VersionFilterData.h" + class MinecraftInstance; class FMLLibrariesTask : public Task |