GCC-13 support, when precompiled headers are off

This commit is contained in:
Ștefan Talpalaru 2024-02-05 02:06:28 +01:00 committed by Christoph Oelckers
commit b5eb8f47db
11 changed files with 14 additions and 2 deletions

View file

@ -18,6 +18,8 @@
#ifndef MD5_H
#define MD5_H
#include <cstdint>
struct MD5Context
{
MD5Context() { Init(); }