Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrodie Thiesfield <brofield@gmail.com>2008-06-11 08:47:59 +0400
committerBrodie Thiesfield <brofield@gmail.com>2008-06-11 08:47:59 +0400
commit3c03938a18dd227b5ad481ac917cd8aead9343f9 (patch)
tree6145fe37ba3beeb8f26b7f457e50b361c70b5a27 /SimpleIni.h
parent887accf8a8b99456db0c5f0b4674bbc3213102fe (diff)
add include of cstring to avoid gcc errors
Diffstat (limited to 'SimpleIni.h')
-rw-r--r--SimpleIni.h1
1 files changed, 1 insertions, 0 deletions
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 <cstring>
#include <string>
#include <map>
#include <list>