GCC-13 support, when precompiled headers are off
This commit is contained in:
parent
97cfd32677
commit
b5eb8f47db
11 changed files with 14 additions and 2 deletions
2
src/common/thirdparty/md5.h
vendored
2
src/common/thirdparty/md5.h
vendored
|
|
@ -18,6 +18,8 @@
|
|||
#ifndef MD5_H
|
||||
#define MD5_H
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
struct MD5Context
|
||||
{
|
||||
MD5Context() { Init(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue