From 745817ffbc209df91833d6a66a1bacc1321f5e2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 1 Apr 2007 07:52:14 +0000 Subject: [PATCH] (OS/2) compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/stringimpl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/stringimpl.h b/include/wx/stringimpl.h index bc95dbf025..4173d2c69b 100644 --- a/include/wx/stringimpl.h +++ b/include/wx/stringimpl.h @@ -25,6 +25,8 @@ #include "wx/defs.h" // everybody should include this #include "wx/wxchar.h" // for wxChar, wxStrlen() etc. +#include + // --------------------------------------------------------------------------- // macros // --------------------------------------------------------------------------- -- 2.47.2