X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d9fe0892be123772b8f4578998a848aabc12a9a..71ec83d2fd6dde4fd6ad1905cf74c6cf23d13c2a:/samples/sockets/client.cpp diff --git a/samples/sockets/client.cpp b/samples/sockets/client.cpp index ea1f02c814..ec02f7eada 100644 --- a/samples/sockets/client.cpp +++ b/samples/sockets/client.cpp @@ -43,7 +43,7 @@ // -------------------------------------------------------------------------- // the application icon -#if defined(__WXGTK__) || defined(__WXMOTIF__) +#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) # include "mondrian.xpm" #endif