mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 22:33:04 +02:00
Add <future> header for Android
This commit is contained in:
parent
595b473be7
commit
95248c7ccd
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
#include <shared/QtHelpers.h>
|
||||
#include <Gzip.h>
|
||||
|
||||
#include <future>
|
||||
|
||||
using Promise = MiniPromise::Promise;
|
||||
|
||||
AssetScriptingInterface::AssetScriptingInterface(QObject* parent) : BaseAssetScriptingInterface(parent) {
|
||||
|
|
Loading…
Reference in a new issue