From 8ef1e1669d025c0648fceda8103c1832e1228ada Mon Sep 17 00:00:00 2001 From: Daniel Trujillo Date: Fri, 24 Jun 2016 23:44:03 +0200 Subject: [PATCH] Add a missing include. That was preventing from building on OSX and Win --- src/windows/custom_currency.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windows/custom_currency.c b/src/windows/custom_currency.c index ad6aea07b7..ed74959dd3 100644 --- a/src/windows/custom_currency.c +++ b/src/windows/custom_currency.c @@ -16,6 +16,7 @@ #include "../localisation/localisation.h" #include "../interface/widget.h" +#include "../interface/window.h" #include "../config.h" #include "dropdown.h"