From a86961a22e18709671e612a0bcc3e83b97f143c4 Mon Sep 17 00:00:00 2001 From: Yuri Date: Sun, 14 Jun 2015 03:14:27 -0700 Subject: [PATCH 1/2] Added missing include for rand(3) --- src/core/preferences.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/preferences.cpp b/src/core/preferences.cpp index 1d17bff17..3e528faac 100644 --- a/src/core/preferences.cpp +++ b/src/core/preferences.cpp @@ -50,6 +50,7 @@ #include #endif +#include #include "core/utils/fs.h" #include "core/utils/misc.h" From ea2b2937b9444e403eb46d758cb572a93fc93be9 Mon Sep 17 00:00:00 2001 From: Yuri Date: Sun, 14 Jun 2015 03:17:12 -0700 Subject: [PATCH 2/2] Added missing include for rand(3) --- src/gui/options_imp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/options_imp.cpp b/src/gui/options_imp.cpp index a5b10ecf1..1ca249a8e 100644 --- a/src/gui/options_imp.cpp +++ b/src/gui/options_imp.cpp @@ -41,6 +41,7 @@ #include +#include #include "options_imp.h" #include "core/preferences.h" #include "core/utils/fs.h"