Add missing include

This commit is contained in:
Petr Mrázek 2013-10-01 09:05:58 +02:00
parent c05a39147a
commit 751c532175

View File

@ -114,6 +114,7 @@ void ForgeXzDownload::downloadReadyRead()
#include "xz.h"
#include "unpack200.h"
#include <stdexcept>
const size_t buffer_size = 8196;