mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
⚡ <array> required for base64 buffer
This commit is contained in:
parent
91523ca6a5
commit
7e1ab2a38b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
#include <drogon/HttpFilter.h>
|
||||
#include <libbase64.h>
|
||||
#include <array>
|
||||
#include "bank.h"
|
||||
|
||||
using namespace drogon;
|
||||
|
|
|
|||
Loading…
Reference in a new issue