X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d9fe0892be123772b8f4578998a848aabc12a9a..c48792de4abe190910c0cb212c5df44d2ef87a7e:/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