mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 04:20:26 +00:00
build: fix build on Ubuntu 16.04 GCC 5.4 (missing includes)
This commit is contained in:
parent
c6c094bbd5
commit
6d0593a26b
3 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
#ifndef SUBADDRESS_H
|
||||
#define SUBADDRESS_H
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include <wallet/api/wallet2_api.h>
|
||||
#include <QReadWriteLock>
|
||||
#include <QObject>
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#ifndef SUBADDRESSACCOUNT_H
|
||||
#define SUBADDRESSACCOUNT_H
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include <wallet/api/wallet2_api.h>
|
||||
#include <QObject>
|
||||
#include <QReadWriteLock>
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#ifndef TRANSACTIONHISTORY_H
|
||||
#define TRANSACTIONHISTORY_H
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include <QObject>
|
||||
#include <QList>
|
||||
#include <QReadWriteLock>
|
||||
|
|
Loading…
Reference in a new issue