mirror of
https://github.com/holub/mame
synced 2025-10-04 00:23:43 +03:00
Fix clang error: no member named 'getenv' in namespace 'std' (nw)
Library differences are the culprit once again.
This commit is contained in:
parent
5b6b3f4e75
commit
db15a9f46e
@ -7,6 +7,7 @@
|
||||
#include "ptypes.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
#include <initializer_list>
|
||||
|
||||
namespace plib
|
||||
|
Loading…
Reference in New Issue
Block a user