mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-01 17:52:40 +08:00
fix: add <cstdint> to ciphers/base64_encoding.cpp
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <cstdint> /// for integral typedefs
|
||||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include <fstream>
|
||||
|
||||
Reference in New Issue
Block a user