]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected dynarray.h include
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 28 Mar 2002 14:14:00 +0000 (14:14 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 28 Mar 2002 14:14:00 +0000 (14:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/iconbndl.h

index 4022624360c5400cb498e9719e56d869ce57f001..fa7dae30cd33469bd55a7efef3cbe0167813fa87 100644 (file)
@@ -16,7 +16,7 @@
 #pragma interface "iconbndl.h"
 #endif
 
-#include "dynarray.h"
+#include "wx/dynarray.h"
 // for wxSize
 #include "wx/gdicmn.h"