Include <cstdlib> and <cstring> for "getenv" and "strlen"

svn path=/trunk/; revision=32683
This commit is contained in:
Colin Finck 2008-03-15 00:04:43 +00:00
parent 32da68f4ea
commit 22a1118107

View file

@ -10,6 +10,8 @@
#include "env_var.h"
#include <iostream>
#include <cstdlib>
#include <cstring>
namespace System_
{