From 04d29fda821871ff0f4c63de7de4c5324cc270af Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 28 Apr 2007 07:56:45 +0000 Subject: [PATCH] added missing #include "wx/buffer.h" git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/stringops.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2