mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Include <cstdlib> and <cstring> for "getenv" and "strlen"
svn path=/trunk/; revision=32683
This commit is contained in:
parent
32da68f4ea
commit
22a1118107
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "env_var.h"
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
namespace System_
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue