From 52f5d19ac5c6268a48883db52375af1e8e19582d Mon Sep 17 00:00:00 2001 From: Erik Hofman Date: Sat, 7 Jan 2017 14:16:58 +0100 Subject: [PATCH] Windows also needs dirent.h --- utils/fgpanel/ApplicationProperties.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/fgpanel/ApplicationProperties.cxx b/utils/fgpanel/ApplicationProperties.cxx index d28159b58..0c26b8694 100644 --- a/utils/fgpanel/ApplicationProperties.cxx +++ b/utils/fgpanel/ApplicationProperties.cxx @@ -17,6 +17,7 @@ // #include +#include #include "ApplicationProperties.hxx"