]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datetime.cpp
Corrected font calculation (use screen resolution now); and check for mask in m_image.cpp
[wxWidgets.git] / src / common / datetime.cpp
index 5326de0e313838d519910451145491ba0ef8bcef..b2f65e9f618c5158641d22d4d269aa0a77a60113 100644 (file)
@@ -75,6 +75,8 @@
 
 #define wxDEFINE_TIME_CONSTANTS // before including datetime.h
 
+#include <ctype.h>
+
 #include "wx/datetime.h"
 
 // ----------------------------------------------------------------------------