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

(-)netpanzer-0.8.2.orig/src/Lib/2D/ColorTable.cpp (+2 lines)
Lines 17-22 Link Here
17
*/
17
*/
18
#include <config.h>
18
#include <config.h>
19
19
20
#include <memory>
21
20
#include "Util/FileSystem.hpp"
22
#include "Util/FileSystem.hpp"
21
#include "Util/Log.hpp"
23
#include "Util/Log.hpp"
22
#include "Util/Exception.hpp"
24
#include "Util/Exception.hpp"
(-)netpanzer-0.8.2.orig/src/Lib/2D/Palette.cpp (+1 lines)
Lines 18-23 Link Here
18
#include <config.h>
18
#include <config.h>
19
19
20
#include <math.h>
20
#include <math.h>
21
#include <memory>
21
22
22
#include "Palette.hpp"
23
#include "Palette.hpp"
23
#include "Util/FileSystem.hpp"
24
#include "Util/FileSystem.hpp"
(-)netpanzer-0.8.2.orig/src/NetPanzer/Network/ProxyServer.cpp (+1 lines)
Lines 17-22 Link Here
17
*/
17
*/
18
#include <config.h>
18
#include <config.h>
19
19
20
#include <cstdlib>
20
#include <string>
21
#include <string>
21
#include <stdexcept>
22
#include <stdexcept>
22
#include <ctype.h>
23
#include <ctype.h>
(-)netpanzer-0.8.2.orig/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp (+1 lines)
Lines 17-22 Link Here
17
*/
17
*/
18
#include <config.h>
18
#include <config.h>
19
19
20
#include <memory>
20
#include <vector>
21
#include <vector>
21
#include <string>
22
#include <string>
22
#include "MapSelectionView.hpp"
23
#include "MapSelectionView.hpp"
(-)netpanzer-0.8.2.orig/src/Lib/Util/Log.cpp (+1 lines)
Lines 26-31 Link Here
26
#include <vector>
26
#include <vector>
27
#include <exception>
27
#include <exception>
28
#include <iomanip>
28
#include <iomanip>
29
#include <algorithm>
29
30
30
#include "Exception.hpp"
31
#include "Exception.hpp"
31
#include "FileSystem.hpp"
32
#include "FileSystem.hpp"

Return to bug 218837