mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 14:31:48 +02:00
add memory for unique_ptr in BakeAssetTask
This commit is contained in:
parent
a8ac015bc4
commit
d4e35edc84
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#ifndef hifi_BakeAssetTask_h
|
||||
#define hifi_BakeAssetTask_h
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QRunnable>
|
||||
|
|
Loading…
Reference in a new issue