[libcalamares] Fix build with GCC
- <memory> isn't implicitly-included for std::unique_ptr
This commit is contained in:
parent
9fe679dca8
commit
d65e0fb4c8
@ -21,11 +21,12 @@
|
|||||||
#define CALAMARES_PYTHONJOB_H
|
#define CALAMARES_PYTHONJOB_H
|
||||||
|
|
||||||
#include "Job.h"
|
#include "Job.h"
|
||||||
|
|
||||||
#include "modulesystem/InstanceKey.h"
|
#include "modulesystem/InstanceKey.h"
|
||||||
|
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
namespace CalamaresPython
|
namespace CalamaresPython
|
||||||
{
|
{
|
||||||
class PythonJobInterface;
|
class PythonJobInterface;
|
||||||
|
Loading…
Reference in New Issue
Block a user