diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-06-24 18:12:18 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-06-24 18:12:18 +0300 |
commit | 5ba21cc7b97be095e6c47262ec4536683534163f (patch) | |
tree | 68ec6bd3870680df4038bfdc9bc0cf8abda92562 /packages/net-im/qtox/files/gcc.patch | |
parent | 9ab7e7279a75c7bc12878275c8211b88ec8b7796 (diff) |
qtox-scm
Diffstat (limited to 'packages/net-im/qtox/files/gcc.patch')
-rw-r--r-- | packages/net-im/qtox/files/gcc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/net-im/qtox/files/gcc.patch b/packages/net-im/qtox/files/gcc.patch new file mode 100644 index 0000000..14c7289 --- /dev/null +++ b/packages/net-im/qtox/files/gcc.patch @@ -0,0 +1,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> |