]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dircmn.cpp
Font correction
[wxWidgets.git] / src / common / dircmn.cpp
index d3f3f90a9c65e972779e9bcd9e77d57af8b9c771..c81991c43b3e623cdc5485830374db58f2d932cb 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     19.05.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWidgets licence
+// License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -37,6 +37,7 @@
     #include "wx/filefn.h"
 #endif //WX_PRECOMP
 
+#include "wx/arrstr.h"
 #include "wx/dir.h"
 
 // ============================================================================