From: Gilles Depeyrot Date: Wed, 27 Jun 2001 21:31:12 +0000 (+0000) Subject: corrected include file path X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f39d60ccc319d4211f25175ec1505182e30db249?ds=inline corrected include file path git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/setup.h b/include/wx/setup.h index fe7b783d36..0ccee557d0 100644 --- a/include/wx/setup.h +++ b/include/wx/setup.h @@ -66,6 +66,6 @@ #endif -#include "chkconf.h" +#include "wx/chkconf.h" #endif /* _WX_SETUP_H_BASE_ */