From 3c03938a18dd227b5ad481ac917cd8aead9343f9 Mon Sep 17 00:00:00 2001 From: Brodie Thiesfield Date: Wed, 11 Jun 2008 04:47:59 +0000 Subject: add include of cstring to avoid gcc errors --- SimpleIni.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SimpleIni.h b/SimpleIni.h index f7058ae..8287560 100644 --- a/SimpleIni.h +++ b/SimpleIni.h @@ -211,6 +211,7 @@ # pragma warning (disable: 4127 4503 4702 4786) #endif +#include #include #include #include -- cgit v1.2.3