From: Václav Slavík Date: Sat, 28 Apr 2007 07:56:45 +0000 (+0000) Subject: added missing #include "wx/buffer.h" X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/04d29fda821871ff0f4c63de7de4c5324cc270af added missing #include "wx/buffer.h" git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/stringops.h b/include/wx/stringops.h index 972b832717..2cfbe188e4 100644 --- a/include/wx/stringops.h +++ b/include/wx/stringops.h @@ -15,6 +15,7 @@ #include "wx/chartype.h" #include "wx/stringimpl.h" #include "wx/unichar.h" +#include "wx/buffer.h" // This header contains wxStringOperations "namespace" class that implements // elementary operations on string data as static methods; wxString methods and