From 9cca53ac2913a6fc3829b74e54ef35d5f891d921 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Wed, 17 Aug 2016 08:08:49 +0100 Subject: [PATCH] wallet: fix build on Mac and Windows (missing include) Reported by RaskaRuby, tested by iDunk5400. --- src/wallet/wallet2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 922409519..6a2bfb24b 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -28,6 +28,7 @@ // // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers +#include #include #include