Pre-include another header for Cygwin

Avoid -Wpedantic warning for extra ';'
This commit is contained in:
Paul Cornett 2020-09-13 08:27:45 -07:00
parent 35f2fd4be7
commit 4ebfe0059a

View File

@ -93,6 +93,7 @@
#include <stdio.h>
#include <unistd.h>
#include <sys/stat.h>
#include <io.h>
#endif
#elif defined(__WXQT__)
#include <QtGui/QFont>