diff options
-rw-r--r-- | src/declarative/qml/qmlmetatype.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlmetatype.cpp b/src/declarative/qml/qmlmetatype.cpp index 3552b44..a037702 100644 --- a/src/declarative/qml/qmlmetatype.cpp +++ b/src/declarative/qml/qmlmetatype.cpp @@ -56,7 +56,7 @@ #include <qstringlist.h> #include <qvector.h> #include <qlocale.h> -//#include <ctypes.h> +#include <ctype.h> #include <QtCore/qcryptographichash.h> #include <private/qmlcustomparser_p.h> |