mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:49:27 +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 <shared/QtHelpers.h>
|
||||||
#include <Gzip.h>
|
#include <Gzip.h>
|
||||||
|
|
||||||
|
#include <future>
|
||||||
|
|
||||||
using Promise = MiniPromise::Promise;
|
using Promise = MiniPromise::Promise;
|
||||||
|
|
||||||
AssetScriptingInterface::AssetScriptingInterface(QObject* parent) : BaseAssetScriptingInterface(parent) {
|
AssetScriptingInterface::AssetScriptingInterface(QObject* parent) : BaseAssetScriptingInterface(parent) {
|
||||||
|
|
Loading…
Reference in a new issue