Include encode.h in decode.h to get access to the BUFFERSIZE macro

This commit is contained in:
A.J. Beamon 2022-07-26 09:29:22 -07:00
parent 59ccdc35ab
commit e81ed7ce51

View File

@ -9,6 +9,7 @@ For details, see http://sourceforge.net/projects/libb64
#define BASE64_DECODE_H
#include <iostream>
#include "libb64/encode.h"
namespace base64 {
extern "C" {