fix Linux build error

This commit is contained in:
StapleButter 2020-05-19 14:37:54 +02:00
parent 7026bb15f6
commit 7d69699d64
1 changed files with 5 additions and 0 deletions

View File

@ -868,6 +868,11 @@ void MainWindow::onInputConfigFinished(int res)
}
// FIXME!!!!
#if (!defined(__WIN32__) && !defined(UNIX_PORTABLE))
#include <glib.h>
#endif
int main(int argc, char** argv)
{
srand(time(NULL));