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

(-)./src/data.h (+1 lines)
Lines 23-28 Link Here
23
#include "babelconfig.h"
23
#include "babelconfig.h"
24
24
25
#include <stdio.h>
25
#include <stdio.h>
26
#include <string.h>
26
27
27
#if HAVE_IOSTREAM
28
#if HAVE_IOSTREAM
28
#include <iostream>
29
#include <iostream>
(-)./src/dlhandler_unix.cpp (+2 lines)
Lines 23-28 Link Here
23
#include <unistd.h>
23
#include <unistd.h>
24
#include <dirent.h>
24
#include <dirent.h>
25
#include <stdio.h>
25
#include <stdio.h>
26
#include <string.h>
27
#include <stdlib.h>
26
#include <sys/stat.h>
28
#include <sys/stat.h>
27
#include <dlfcn.h>
29
#include <dlfcn.h>
28
30
(-)./src/fingerprint.cpp (+1 lines)
Lines 35-40 Link Here
35
35
36
#include "fingerprint.h"
36
#include "fingerprint.h"
37
#include "oberror.h"
37
#include "oberror.h"
38
#include <string.h>
38
39
39
using namespace std;
40
using namespace std;
40
namespace OpenBabel {
41
namespace OpenBabel {
(-)./src/formats/yasaraformat.cpp (+1 lines)
Lines 33-38 Link Here
33
#include "mol.h"
33
#include "mol.h"
34
#include "obconversion.h"
34
#include "obconversion.h"
35
#include "obmolecformat.h"
35
#include "obmolecformat.h"
36
#include <values.h>
36
37
37
#define mem_alloc malloc
38
#define mem_alloc malloc
38
#define mem_free free
39
#define mem_free free
(-)./src/main.cpp (+2 lines)
Lines 42-47 Link Here
42
42
43
#include <string>
43
#include <string>
44
#include <map>
44
#include <map>
45
#include <stdlib.h>
46
#include <string.h>
45
#if HAVE_CONIO_H
47
#if HAVE_CONIO_H
46
	#include <conio.h>
48
	#include <conio.h>
47
#endif
49
#endif
(-)./src/obconversion.h (+2 lines)
Lines 41-46 Link Here
41
#include <string>
41
#include <string>
42
#include <vector>
42
#include <vector>
43
#include <map>
43
#include <map>
44
#include <typeinfo>
45
#include <strings.h>
44
46
45
#include "dlhandler.h"
47
#include "dlhandler.h"
46
48
(-)./src/tokenst.cpp (+1 lines)
Lines 24-29 Link Here
24
#include <algorithm>
24
#include <algorithm>
25
#include <vector>
25
#include <vector>
26
#include <string>
26
#include <string>
27
#include <string.h>
27
28
28
#include "babelconfig.h"
29
#include "babelconfig.h"
29
30
(-)./src/zipstream.h (+1 lines)
Lines 41-46 Link Here
41
#include <iostream>
41
#include <iostream>
42
#include <algorithm>
42
#include <algorithm>
43
43
44
#include <string.h>
44
#include <zlib.h>
45
#include <zlib.h>
45
46
46
#ifdef WIN32 /* Window 95 & Windows NT */
47
#ifdef WIN32 /* Window 95 & Windows NT */

Return to bug 262081