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

(-)beagle-3.0.3b/PACC/Math/Matrix.cpp (+1 lines)
Lines 40-45 Link Here
40
#include <stdexcept>
40
#include <stdexcept>
41
#include <iomanip>
41
#include <iomanip>
42
#include <cmath>
42
#include <cmath>
43
#include <climits>
43
44
44
using namespace std;
45
using namespace std;
45
using namespace PACC;
46
using namespace PACC;
(-)beagle-3.0.3b/PACC/Math/Vector.hpp (+1 lines)
Lines 42-47 Link Here
42
#include "XML/Document.hpp"
42
#include "XML/Document.hpp"
43
#include "XML/Streamer.hpp"
43
#include "XML/Streamer.hpp"
44
#include <cmath>
44
#include <cmath>
45
#include <algorithm>
45
46
46
namespace PACC {
47
namespace PACC {
47
	
48
	
(-)beagle-3.0.3b/PACC/Socket/Cafe.cpp (+1 lines)
Lines 35-40 Link Here
35
35
36
#include "Socket/Cafe.hpp"
36
#include "Socket/Cafe.hpp"
37
#include <iostream>
37
#include <iostream>
38
#include <cstring>
38
39
39
#ifdef WIN32
40
#ifdef WIN32
40
///////////// specifics for windows /////////////
41
///////////// specifics for windows /////////////
(-)beagle-3.0.3b/PACC/Socket/Port.cpp (+1 lines)
Lines 34-39 Link Here
34
 */
34
 */
35
35
36
#include "Socket/Port.hpp"
36
#include "Socket/Port.hpp"
37
#include <cstring>
37
38
38
#ifdef WIN32
39
#ifdef WIN32
39
///////////// specifics for windows /////////////
40
///////////// specifics for windows /////////////
(-)beagle-3.0.3b/PACC/Threading/Thread.cpp (+1 lines)
Lines 35-40 Link Here
35
35
36
#include "Threading/Thread.hpp"
36
#include "Threading/Thread.hpp"
37
#include "Util/Assert.hpp"
37
#include "Util/Assert.hpp"
38
#include <cstdlib>
38
39
39
#ifdef WIN32
40
#ifdef WIN32
40
#include <windows.h>
41
#include <windows.h>
(-)beagle-3.0.3b/PACC/Util/SignalHandler.cpp (+1 lines)
Lines 37-42 Link Here
37
#include "Util/Assert.hpp"
37
#include "Util/Assert.hpp"
38
#include <signal.h>
38
#include <signal.h>
39
#include <stdexcept>
39
#include <stdexcept>
40
#include <cstdlib>
40
41
41
using namespace std;
42
using namespace std;
42
using namespace PACC;
43
using namespace PACC;
(-)beagle-3.0.3b/PACC/Util/Tokenizer.cpp (+2 lines)
Lines 36-41 Link Here
36
#include "Util/Tokenizer.hpp"
36
#include "Util/Tokenizer.hpp"
37
#include "Util/Assert.hpp"
37
#include "Util/Assert.hpp"
38
#include <stdexcept>
38
#include <stdexcept>
39
#include <cstring>
40
#include <cstdlib>
39
41
40
using namespace std;
42
using namespace std;
41
using namespace PACC;
43
using namespace PACC;
(-)beagle-3.0.3b/PACC/XML/Node.cpp (+1 lines)
Lines 39-44 Link Here
39
#include "Util/Assert.hpp"
39
#include "Util/Assert.hpp"
40
#include <sstream>
40
#include <sstream>
41
#include <stdexcept>
41
#include <stdexcept>
42
#include <cstring>
42
43
43
using namespace std;
44
using namespace std;
44
using namespace PACC;
45
using namespace PACC;

Return to bug 251629