fix: build error on win32 with gcc 13.2.0

This commit is contained in:
TaurusXin 2023-10-04 17:42:47 +08:00
parent 5183dfef22
commit dfb082cdbf
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#ifndef _MACARON_BASE64_H_ #ifndef _MACARON_BASE64_H_
#define _MACARON_BASE64_H_ #define _MACARON_BASE64_H_
#include <cstdint>
#include <string> #include <string>