# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/bincimap/hotfix-base64.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- there was colision with another include in std for define byte andrei32 Index: base64.cc =================================================================== --- bincimap-1.3.4/src/base64.cc (.../base64.cc) (working copy) +++ bincimap-1.3.4/src/base64.cc (.../home/user/Desktop/bincimap/base64.cc) (working copy) @@ -31,9 +31,10 @@ #include #include -using namespace ::std; +//using namespace ::std; typedef unsigned char byte; /* Byte type */ +typedef std::string string; #define TRUE 1 #define FALSE 0