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

(-)libofx-0.8.3/lib/ofx_utilities.cpp (+2 lines)
Lines 15-25 Link Here
15
 *   (at your option) any later version.                                   *
15
 *   (at your option) any later version.                                   *
16
 *                                                                         *
16
 *                                                                         *
17
 ***************************************************************************/
17
 ***************************************************************************/
18
#include <stdlib.h>
18
#include <config.h>
19
#include <config.h>
19
#include <iostream>
20
#include <iostream>
20
#include "ParserEventGeneratorKit.h"
21
#include "ParserEventGeneratorKit.h"
21
#include "SGMLApplication.h"
22
#include "SGMLApplication.h"
22
#include <time.h>
23
#include <time.h>
24
#include <ctime>
23
#include <string>
25
#include <string>
24
#include <locale.h>
26
#include <locale.h>
25
#include "messages.hh"
27
#include "messages.hh"
(-)libofx-0.8.3/lib/ofx_container_transaction.cpp (+1 lines)
Lines 21-26 Link Here
21
#include <config.h>
21
#include <config.h>
22
#endif
22
#endif
23
23
24
#include <stdlib.h>
24
#include <string>
25
#include <string>
25
#include "messages.hh"
26
#include "messages.hh"
26
#include "libofx.h"
27
#include "libofx.h"
(-)libofx-0.8.3/lib/ofx_request.cpp (+2 lines)
Lines 21-27 Link Here
21
#include <config.h>
21
#include <config.h>
22
#endif
22
#endif
23
23
24
#include <stdlib.h>
24
#include <string>
25
#include <string>
26
#include <string.h>
25
#include "messages.hh"
27
#include "messages.hh"
26
#include "libofx.h"
28
#include "libofx.h"
27
#include "ofx_request.hh"
29
#include "ofx_request.hh"
(-)libofx-0.8.3/lib/ofx_request_accountinfo.cpp (+1 lines)
Lines 21-26 Link Here
21
#include <config.h>
21
#include <config.h>
22
#endif
22
#endif
23
23
24
#include <stdlib.h>
24
#include <string>
25
#include <string>
25
#include "libofx.h"
26
#include "libofx.h"
26
#include "ofx_request_accountinfo.hh"
27
#include "ofx_request_accountinfo.hh"
(-)libofx-0.8.3/lib/ofx_request_statement.cpp (+1 lines)
Lines 21-26 Link Here
21
#include <config.h>
21
#include <config.h>
22
#endif
22
#endif
23
23
24
#include <stdlib.h>
24
#include <string>
25
#include <string>
25
#include "libofx.h"
26
#include "libofx.h"
26
#include "ofx_utilities.hh"
27
#include "ofx_utilities.hh"
(-)libofx-0.8.3/ofxdump/ofxdump.cpp (+2 lines)
Lines 27-35 Link Here
27
 *   (at your option) any later version.                                   *
27
 *   (at your option) any later version.                                   *
28
 *                                                                         *
28
 *                                                                         *
29
 ***************************************************************************/
29
 ***************************************************************************/
30
#include <stdlib.h>
30
#include <iostream>
31
#include <iostream>
31
#include <iomanip>
32
#include <iomanip>
32
#include <string>
33
#include <string>
34
#include <string.h>
33
#include "libofx.h"
35
#include "libofx.h"
34
#include <stdio.h>		/* for printf() */
36
#include <stdio.h>		/* for printf() */
35
#include <config.h>		/* Include config constants, e.g., VERSION TF */
37
#include <config.h>		/* Include config constants, e.g., VERSION TF */
(-)libofx-0.8.3/ofxconnect/ofxpartner.cpp (+2 lines)
Lines 34-40 Link Here
34
34
35
#include <iostream>
35
#include <iostream>
36
#include <string>
36
#include <string>
37
#include <string.h>
37
#include <vector>
38
#include <vector>
39
#include <algorithm>
38
40
39
using std::string;
41
using std::string;
40
using std::vector;
42
using std::vector;
(-)libofx-0.8.3/ofxconnect/ofxconnect.cpp (+1 lines)
Lines 31-36 Link Here
31
#include <iostream>
31
#include <iostream>
32
#include <fstream>
32
#include <fstream>
33
#include <string>
33
#include <string>
34
#include <string.h>
34
#include "libofx.h"
35
#include "libofx.h"
35
#include <config.h>		/* Include config constants, e.g., VERSION TF */
36
#include <config.h>		/* Include config constants, e.g., VERSION TF */
36
#include <stdio.h>
37
#include <stdio.h>

Return to bug 231644