Skip to content

Commit

Permalink
globals/base64.h: Add the missing #include <cstdint>
Browse files Browse the repository at this point in the history
This fixes reduz#18 and reduz#19
  • Loading branch information
AdrianBunk committed Aug 5, 2023
1 parent d60cc42 commit ab776b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions globals/base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _BASE64_H_

#include "vector.h"
#include <cstdint>
#include <string>

std::string base64_encode(const Vector<uint8_t> &p_buffer);
Expand Down

0 comments on commit ab776b5

Please sign in to comment.