fix build failure with std::isdigit on Windows

This commit is contained in:
wmayer
2019-10-08 14:49:23 +02:00
parent 8f72e1fde6
commit 3006466a39

View File

@@ -41,6 +41,7 @@
# include <Inventor/nodes/SoCube.h>
# include <Inventor/sensors/SoNodeSensor.h>
#endif
#include <cctype>
#include <atomic>
#include <QApplication>
#include <QFileInfo>