[Gui] compilation fix for precompiled headers

This commit is contained in:
Uwe
2022-03-06 15:33:31 +01:00
parent f2c8bdd525
commit a113f4f24e

View File

@@ -60,7 +60,7 @@
#endif
// null-terminated byte string
#include <cctype.h>
#include <cctype>
// streams
#include <iostream>