X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a5bcc4db0851bf8cd3063917511b0b17c7f9679..414f2513fc42e1ec60954c7c000d7ae78ba6af8c:/include/wx/treectrl.h diff --git a/include/wx/treectrl.h b/include/wx/treectrl.h index 080de6b24d..228194f8fa 100644 --- a/include/wx/treectrl.h +++ b/include/wx/treectrl.h @@ -9,6 +9,8 @@ #if defined(__WXUNIVERSAL__) #include "wx/generic/treectlg.h" +#elif defined(__WXPALMOS__) + #include "wx/palmos/treectrl.h" #elif defined(__WXMSW__) #include "wx/msw/treectrl.h" #elif defined(__WXMOTIF__)