File 7800-cpp.patch of Package prosystem
--- src/Common.cpp +++ src/Common.cpp @@ -24,6 +24,7 @@ // ---------------------------------------------------------------------------- #include "Common.h" #include <stdlib.h> +#include <stdio.h> std::string common_defaultPath; --- src/Hash.cpp +++ src/Hash.cpp @@ -23,6 +23,7 @@ // Hash.cpp // ---------------------------------------------------------------------------- #include "Hash.h" +#include <stdio.h> // ---------------------------------------------------------------------------- // Step1