Fix compiling on Scoop mingw-winlibs g++ 13

Fix #13821, close #13822
This commit is contained in:
BuzzTheGamer23 2023-06-22 10:52:42 -05:00 committed by Don Ho
parent 83d203561d
commit 0786dc0adc
3 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>. // along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <cstdint>
#include "sha1.h" #include "sha1.h"
#include "calc_sha1.h" #include "calc_sha1.h"

View File

@ -40,6 +40,7 @@
#endif #endif
#include <windows.h> #include <windows.h>
#include <string>
#include <vector> #include <vector>
#include <list> #include <list>

View File

@ -26,6 +26,8 @@
// http://qualapps.blogspot.com/2010/05/understanding-readdirectorychangesw.html // http://qualapps.blogspot.com/2010/05/understanding-readdirectorychangesw.html
// See ReadMe.txt for overview information. // See ReadMe.txt for overview information.
#include <string>
class CReadDirectoryChanges; class CReadDirectoryChanges;
namespace ReadDirectoryChangesPrivate namespace ReadDirectoryChangesPrivate