]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/variant.cpp
fixed FromAscii to work with NULL argument (broken after recent changes)
[wxWidgets.git] / src / common / variant.cpp
index 0be25d1047df8a7441334b85f48a2fceefa24640..689278480774da6a886ce8ab89dc31c1ec6632ea 100644 (file)
@@ -23,6 +23,7 @@
 #ifndef WX_PRECOMP
     #include "wx/string.h"
     #include "wx/math.h"
 #ifndef WX_PRECOMP
     #include "wx/string.h"
     #include "wx/math.h"
+    #include "wx/crt.h"
     #if wxUSE_STREAMS
         #include "wx/stream.h"
     #endif
     #if wxUSE_STREAMS
         #include "wx/stream.h"
     #endif