Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 213136
Collapse All | Expand All

(-)XalanDOMString.cpp (+1 lines)
Lines 26-31 Link Here
26
26
27
27
28
#include <cstdlib>
28
#include <cstdlib>
29
#include <cstring>
29
30
30
31
31
32
(-)FormatterToHTML.cpp (+1 lines)
Lines 26-31 Link Here
26
26
27
27
28
#include <cassert>
28
#include <cassert>
29
#include <cstring>
29
30
30
31
(-)ElemNumber.cpp (+1 lines)
Lines 14-19 Link Here
14
 * limitations under the License.
14
 * limitations under the License.
15
 */
15
 */
16
#include "ElemNumber.hpp"
16
#include "ElemNumber.hpp"
17
#include <cstring>
17
18
18
19
19
20
(-)DirectoryEnumerator.hpp (+1 lines)
Lines 36-41 Link Here
36
36
37
#include <functional>
37
#include <functional>
38
#include <iterator>
38
#include <iterator>
39
#include <cstring>
39
40
40
41
41
#include "xercesc/framework/MemoryManager.hpp"
42
#include "xercesc/framework/MemoryManager.hpp"
(-)XalanExe.cpp (+1 lines)
Lines 19-24 Link Here
19
19
20
20
21
#include <cstdlib>
21
#include <cstdlib>
22
#include <cstring>
22
#if defined(XALAN_CLASSIC_IOSTREAMS)
23
#if defined(XALAN_CLASSIC_IOSTREAMS)
23
#include <iostream.h>
24
#include <iostream.h>
24
#else
25
#else

Return to bug 213136