X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a4054ad1cfd23565d59c2e14bd59201b37606f53..530710322731ae53c2de235c04e529554cb70975:/samples/db/listdb.h 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;