mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Bugfix: Include <memory> for std::unique_ptr
This commit is contained in:
parent
9d9c4185fa
commit
a5bca13095
34 changed files with 46 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
#include <sync.h>
|
||||
#include <ui_interface.h>
|
||||
|
||||
#include <memory>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue