Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 764035 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +10 lines)
Line  Link Here
0
-- src/liborcus/orcus_xlsx.cpp
0
++ src/liborcus/orcus_xlsx.cpp
Lines 32-37 Link Here
32
32
33
#include <cstdlib>
33
#include <cstdlib>
34
#include <iostream>
34
#include <iostream>
35
#include <limits>
35
#include <string>
36
#include <string>
36
#include <cstring>
37
#include <cstring>
37
#include <sstream>
38
#include <sstream>
38
-- src/liborcus/xls_xml_context.cpp
39
++ src/liborcus/xls_xml_context.cpp
Lines 16-21 Link Here
16
#include <mdds/sorted_string_map.hpp>
16
#include <mdds/sorted_string_map.hpp>
17
17
18
#include <iostream>
18
#include <iostream>
19
#include <limits>
19
20
20
using namespace std;
21
using namespace std;
21
namespace ss = orcus::spreadsheet;
22
namespace ss = orcus::spreadsheet;
22
-- src/liborcus/xlsx_revision_context.cpp
23
++ src/liborcus/xlsx_revision_context.cpp
Lines 16-21 Link Here
16
#include "orcus/global.hpp"
16
#include "orcus/global.hpp"
17
17
18
#include <iostream>
18
#include <iostream>
19
#include <limits>
19
20
20
using namespace std;
21
using namespace std;
21
22
22
-- a/src/liborcus/xlsx_revision_context.cpp      2020-01-24 00:09:42.000000000 +0100
23
++ b/src/liborcus/xlsx_revision_context.cpp     2021-01-05 22:36:36.186558902 +0100
Lines 16-21 Link Here
16
#include "orcus/global.hpp"
16
#include "orcus/global.hpp"
17
#include <iostream>
17
#include <iostream>
18
#include <limits>
18
using namespace std;
19
using namespace std;
19
20
20
-- a/src/liborcus/xls_xml_context.cpp    2020-07-25 02:43:34.000000000 +0200
21
++ b/src/liborcus/xls_xml_context.cpp   2021-01-05 22:39:24.446555571 +0100
Lines 16-22 Link Here
16
#include <mdds/sorted_string_map.hpp>
16
#include <mdds/sorted_string_map.hpp>
17
#include <iostream>
17
#include <iostream>
18
18
#include <limits>
19
using namespace std;
19
using namespace std;
20
namespace ss = orcus::spreadsheet;
20
namespace ss = orcus::spreadsheet;

Return to bug 764035