diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-03-01 07:04:11 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-06 10:31:04 (GMT) |
commit | 72fa6cba016bf7b9de2bb23646d8f21277980e3f (patch) | |
tree | 9a3b8d5349dc75277662abb765f55f8edef4b73d /plugins/apps | |
parent | 328ea4edcc632ab4be96d76bf497c9fb1bf263ba (diff) | |
download | mxe-72fa6cba016bf7b9de2bb23646d8f21277980e3f.zip mxe-72fa6cba016bf7b9de2bb23646d8f21277980e3f.tar.gz mxe-72fa6cba016bf7b9de2bb23646d8f21277980e3f.tar.bz2 |
ricochet: add missing include
Diffstat (limited to 'plugins/apps')
-rw-r--r-- | plugins/apps/ricochet-1-fixes.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/apps/ricochet-1-fixes.patch b/plugins/apps/ricochet-1-fixes.patch new file mode 100644 index 0000000..e82aabe --- /dev/null +++ b/plugins/apps/ricochet-1-fixes.patch @@ -0,0 +1,22 @@ +This file is part of MXE. See LICENSE.md for licensing information. + +Contains ad hoc patches for cross building. + +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Tony Theodore <tonyt@logyst.com> +Date: Mon, 26 Feb 2018 22:45:37 +1100 +Subject: [PATCH 1/1] add missing include + + +diff --git a/src/utils/SecureRNG.cpp b/src/utils/SecureRNG.cpp +index 1111111..2222222 100644 +--- a/src/utils/SecureRNG.cpp ++++ b/src/utils/SecureRNG.cpp +@@ -37,6 +37,7 @@ + #include <limits.h> + + #ifdef Q_OS_WIN ++#include <windows.h> + #include <wincrypt.h> + #endif + |