From 3351164d4cf8adbb22a62141a3753ad60bdd0604 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Tue, 12 Oct 1999 17:20:48 +0000 Subject: [PATCH] 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 --- src/common/db.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0