mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-05 05:15:38 -04:00
[libcalamares] Fix build with GCC
- <memory> isn't implicitly-included for std::unique_ptr
This commit is contained in:
parent
9fe679dca8
commit
d65e0fb4c8
1 changed files with 2 additions and 1 deletions
|
@ -21,11 +21,12 @@
|
|||
#define CALAMARES_PYTHONJOB_H
|
||||
|
||||
#include "Job.h"
|
||||
|
||||
#include "modulesystem/InstanceKey.h"
|
||||
|
||||
#include <QVariantMap>
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace CalamaresPython
|
||||
{
|
||||
class PythonJobInterface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue