|
|
@ -29,8 +29,8 @@
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#include <algorithm> // std::accumulate
|
|
|
|
#include <algorithm> // std::accumulate
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
|
|
#include <io.h> // _popen, _pclose
|
|
|
|
#include <io.h> // _popen, _pclose
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <windows.h>
|
|
|
|
#include <windows.h>
|
|
|
|
#include <numeric> // std::accumulate in msvc
|
|
|
|
#include <numeric> // std::accumulate in msvc
|
|
|
|
#ifndef S_ISDIR // windows port for sys/stat.h
|
|
|
|
#ifndef S_ISDIR // windows port for sys/stat.h
|
|
|
|