diff --git a/src/common/mimecmn.cpp b/src/common/mimecmn.cpp index 9dedb8ec86..b3aaa70eaf 100644 --- a/src/common/mimecmn.cpp +++ b/src/common/mimecmn.cpp @@ -68,6 +68,8 @@ class WXDLLEXPORT wxIcon; #include "wx/msw/mimetype.h" #elif defined (__WXMAC__) #include "wx/mac/mimetype.h" +#elif defined (__WXPM__) +#include "wx/os2/mimetype.h" #else #include "wx/unix/mimetype.h" #endif