Skip to content

Commit 2b885d5

Browse files
Merge pull request #23 from IABTechLab/ant-UID2-2966-fix-clang14-build
UID2-2966 Fix C++ SDK clang14 build
2 parents 1f8b59d + 6959fdc commit 2b885d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/external/base64.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2828
*/
2929

30+
#include <cstdint>
3031
#include <string>
3132
#include <vector>
3233

@@ -195,4 +196,4 @@ namespace macaron {
195196

196197
}
197198

198-
#endif /* _MACARON_BASE64_H_ */
199+
#endif /* _MACARON_BASE64_H_ */

0 commit comments

Comments
 (0)