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

@ -20,7 +20,7 @@
#include "common/snapException.h"
#include "common/utils/string_utils.h"
#include "common/utils.h"
#include "common/base64.h"
#include "base64.h"
#include "aixlog.hpp"
using namespace std;