X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da38429d93af172fe944bb19c820f23f88138966..f427e0d63499522aeeb8360e6a5c748de0a87d92:/src/common/dbtable.cpp diff --git a/src/common/dbtable.cpp b/src/common/dbtable.cpp index c6b7f6f4f6..866ade00f3 100644 --- a/src/common/dbtable.cpp +++ b/src/common/dbtable.cpp @@ -44,7 +44,9 @@ #include "wx/object.h" #include "wx/list.h" #include "wx/utils.h" - #include "wx/msgdlg.h" + #if wxUSE_GUI + #include "wx/msgdlg.h" + #endif #include "wx/log.h" #endif #include "wx/filefn.h"