move base64 into streamreader

This commit is contained in:
badaix 2018-03-16 21:08:17 +01:00
parent b26bd41aff
commit 08906403d1
7 changed files with 7 additions and 4 deletions

View file

@ -24,7 +24,7 @@
#include <stdexcept>
#include <vector>
#include <fstream>
#include "common/utils/string_utils.h"
#include "string_utils.h"
namespace utils