From daeb8ad3ab2e1d97d46b5f1ab6d9084826e50e87 Mon Sep 17 00:00:00 2001 From: BQ Date: Sat, 13 Aug 2016 11:46:40 +0100 Subject: [PATCH] Include correct dialog header. - Thanks to @kklouzal - https://github.com/garrynewman/GWEN/issues/95 --- source/gwork/include/Gwork/Controls/Property/File.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/gwork/include/Gwork/Controls/Property/File.h b/source/gwork/include/Gwork/Controls/Property/File.h index 09ddf66c..465f78cf 100644 --- a/source/gwork/include/Gwork/Controls/Property/File.h +++ b/source/gwork/include/Gwork/Controls/Property/File.h @@ -11,7 +11,7 @@ #include #include -#include +#include namespace Gwk { @@ -57,4 +57,5 @@ namespace Gwk } } } + #endif // ifndef GWK_CONTROLS_PROPERTY_FILE_H