Commit a50d363f authored by nanahira's avatar nanahira

fix

parent 67ffbd75
Pipeline #37741 failed with stages
in 7 minutes and 7 seconds
......@@ -52,6 +52,17 @@ inline int _wtoi(const wchar_t * str){
}
#endif
// load env things
#ifdef _WIN32
#include <windows.h>
#include <string>
#else
#include <unistd.h>
#include <stdlib.h>
extern char** environ;
#endif
#include <cstdio>
#include <cstdlib>
#include <iostream>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment