X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4054ad1cfd23565d59c2e14bd59201b37606f53..1d95f44a12db710e2af587346811fca8591b2b3e:/samples/db/listdb.h?ds=sidebyside diff --git a/samples/db/listdb.h b/samples/db/listdb.h index 070a0982e2..dbd943b365 100644 --- a/samples/db/listdb.h +++ b/samples/db/listdb.h @@ -9,7 +9,7 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "listdb.h" #endif @@ -21,7 +21,7 @@ #define LISTDB_DOT_H -#include +#include "wx/dbtable.h" const int LOOKUP_COL_LEN = 250;