]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing include
authorJulian Smart <julian@anthemion.co.uk>
Sat, 19 Aug 2006 08:40:59 +0000 (08:40 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 19 Aug 2006 08:40:59 +0000 (08:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dir.h

index 647a49c2f5401ef9c01b3542e18f0fa26bbf4f95..d41bca30c7beac7b5cecca77b071df9ea97c4086 100644 (file)
@@ -12,6 +12,7 @@
 #ifndef _WX_DIR_H_
 #define _WX_DIR_H_
 
+#include "wx/longlong.h"
 #include "wx/string.h"
 
 class WXDLLIMPEXP_BASE wxArrayString;