From: George Tasker <gtasker@allenbrook.com>
Date: Wed, 4 Jul 2001 11:01:52 +0000 (+0000)
Subject: Added some #includes that were needed in not using precompiled headers
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d4af841d3be3ddef6229146b9d01d4fa400d1684?ds=sidebyside

Added some #includes that were needed in not using precompiled headers


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/include/wx/db.h b/include/wx/db.h
index 86fa70404c..31bc02b3b0 100644
--- a/include/wx/db.h
+++ b/include/wx/db.h
@@ -54,6 +54,9 @@
 
 #include "wx/setup.h"
 
+#include "wx/defs.h"
+#include "wx/string.h"
+
 extern "C" {
 #ifdef __VISUALC__
 // If you use the wxDbCreateDataSource() function with MSW/VC6,