fix: include stdio for popen

This commit is contained in:
Evgeniy A. Dushistov
2025-08-17 14:26:04 +03:00
parent 520a96f3db
commit eb167ae7ed

View File

@@ -23,6 +23,7 @@
#endif #endif
#include <cstring> #include <cstring>
#include <cstdio> //for popen
#include <map> #include <map>
#include <memory> #include <memory>