From d160668bc6a5f66a369caa18c92e40744e401677 Mon Sep 17 00:00:00 2001 From: Razi Alavizadeh Date: Wed, 5 Dec 2018 01:39:24 +0330 Subject: [PATCH] MSVC: dirent.h is not available Maybe we have to use an alternative Windows implementation --- lib/jkqtplottertools/jkqtptools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jkqtplottertools/jkqtptools.h b/lib/jkqtplottertools/jkqtptools.h index b18ec223fd..9b55435cbf 100644 --- a/lib/jkqtplottertools/jkqtptools.h +++ b/lib/jkqtplottertools/jkqtptools.h @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include @@ -110,6 +109,7 @@ /** \brief a separator between two directories in a path between \c ' quotes */ #define JKQTPPATHSEPARATOR_CHAR '/' #include + #include #endif