From 20bdb25599ae8752126c8b43fb7b9c90ed970877 Mon Sep 17 00:00:00 2001 From: "U-ole-PC\\ole" Date: Wed, 11 Nov 2015 17:39:25 +0100 Subject: [PATCH] Fixed missing include in dialogs_win. --- src/dialogs_win.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialogs_win.cc b/src/dialogs_win.cc index f3a425c..377bf16 100644 --- a/src/dialogs_win.cc +++ b/src/dialogs_win.cc @@ -1,5 +1,6 @@ #include "dialogs.h" #include "singletons.h" +#include "juci.h" #undef NTDDI_VERSION #define NTDDI_VERSION NTDDI_VISTA