ricochet: add missing include

This commit is contained in:
Tony Theodore 2018-03-01 18:04:11 +11:00
parent 328ea4edcc
commit 72fa6cba01
1 changed files with 22 additions and 0 deletions

View File

@ -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