From: George Tasker Date: Tue, 12 Oct 1999 17:20:48 +0000 (+0000) Subject: Moved the #include of filefn.h from db.h to db.cpp X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3351164d4cf8adbb22a62141a3753ad60bdd0604 Moved the #include of filefn.h from db.h to db.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/db.cpp b/src/common/db.cpp index 378b02a374..553b712a8a 100644 --- a/src/common/db.cpp +++ b/src/common/db.cpp @@ -57,6 +57,7 @@ #ifndef WX_PRECOMP #include "wx/string.h" #endif //WX_PRECOMP + #include "wx/filefn.h" #endif #if wxMAJOR_VERSION == 1