Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit ec0ccb6

Browse files
Fix compilation under GCC 7.1.1
1 parent 3ccffa2 commit ec0ccb6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/network/networkdispatcher.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#ifndef NETWORKDISPATCHER_H
2121
#define NETWORKDISPATCHER_H
2222

23+
#include <functional>
2324
#include <QObject>
2425
#include <QtNetwork/QTcpSocket>
2526
#include "c++/dptr.h"

src/widgets/savefileconfiguration.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*
1717
*/
1818

19+
#include <functional>
1920
#include "savefileconfiguration.h"
2021
#include "ui_savefileconfiguration.h"
2122
#include "commons/configuration.h"

0 commit comments

Comments
 (0)