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

(-)a/src/liborcus/orcus_xlsx.cpp (+1 lines)
Lines 30-35 Link Here
30
#include "ooxml_global.hpp"
30
#include "ooxml_global.hpp"
31
#include "spreadsheet_iface_util.hpp"
31
#include "spreadsheet_iface_util.hpp"
32
32
33
#include <limits>
33
#include <cstdlib>
34
#include <cstdlib>
34
#include <iostream>
35
#include <iostream>
35
#include <string>
36
#include <string>
(-)a/src/liborcus/xls_xml_context.cpp (+1 lines)
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
22
(-)a/src/liborcus/xlsx_revision_context.cpp (+1 lines)
Lines 15-20 Link Here
15
#include "orcus/string_pool.hpp"
15
#include "orcus/string_pool.hpp"
16
#include "orcus/global.hpp"
16
#include "orcus/global.hpp"
17
17
18
#include <limits>
18
#include <iostream>
19
#include <iostream>
19
20
20
using namespace std;
21
using namespace std;

Return to bug 764035