mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 07:43:57 +02:00
include memory header for unique_ptr
This commit is contained in:
parent
35dd5fb564
commit
2aa56b5384
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#ifndef hifi_AudioInjector_h
|
||||
#define hifi_AudioInjector_h
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <QtCore/QElapsedTimer>
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QSharedPointer>
|
||||
|
|
Loading…
Reference in a new issue