Fix clang error: no member named 'getenv' in namespace 'std' (nw)

Library differences are the culprit once again.
This commit is contained in:
AJR 2019-11-03 17:28:35 -05:00
parent 5b6b3f4e75
commit db15a9f46e

View File

@ -7,6 +7,7 @@
#include "ptypes.h"
#include <algorithm>
#include <cstdlib>
#include <initializer_list>
namespace plib