Commit 854359ff authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix AWS KMS plugin's compile error

Do not include base64.h, it was recently removed.
parent 50eb40a2
......@@ -25,7 +25,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <mysqld_error.h>
#include <base64.h>
#include <map>
#include <algorithm>
#include <string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment