Commit 316b36d3 authored by jan.koester's avatar jan.koester
Browse files

bugfix

parent efc6d974
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
#include <array>
#include <algorithm>
#include <cctype>
#include <iterator>

namespace netplus {
    const std::string basis_64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";