summaryrefslogtreecommitdiff
path: root/net-im/qtox/files/gcc.patch
blob: 14c728989b401196a0619ff535a9627d837b10b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/core/core.h b/src/core/core.h
index ec7b381e..62346c64 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -24,6 +24,8 @@
 #include "corestructs.h"
 #include "toxid.h"
 
+#include <functional>
+
 #include <tox/tox.h>
 
 #include <QMutex>