X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93763ad5ba900aecb9220a36ebe7447313ea3e31..34cf96b216bd2a94c84defdde02cbbbd2f36db6d:/src/html/htmlcell.cpp diff --git a/src/html/htmlcell.cpp b/src/html/htmlcell.cpp index 8f4f0f50c0..ace347c57a 100644 --- a/src/html/htmlcell.cpp +++ b/src/html/htmlcell.cpp @@ -16,6 +16,7 @@ #if wxUSE_HTML && wxUSE_STREAMS #ifndef WXPRECOMP + #include "wx/dynarray.h" #include "wx/brush.h" #include "wx/colour.h" #include "wx/dc.h" @@ -25,7 +26,6 @@ #include "wx/html/htmlwin.h" #include "wx/settings.h" #include "wx/module.h" -#include "wx/dynarray.h" #include