Skip to content

Commit

Permalink
UID2-2966 Fix C++ SDK clang14 build
Browse files Browse the repository at this point in the history
Add missing include
  • Loading branch information
atarassov-ttd committed Mar 10, 2024
1 parent 1f8b59d commit 6959fdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/external/base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

#include <cstdint>
#include <string>
#include <vector>

Expand Down Expand Up @@ -195,4 +196,4 @@ namespace macaron {

}

#endif /* _MACARON_BASE64_H_ */
#endif /* _MACARON_BASE64_H_ */

0 comments on commit 6959fdc

Please sign in to comment.