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

(-)file_not_specified_in_diff (-4 / +7 lines)
Line  Link Here
0
-- src/gengine/OptionAgent.cpp
0
++ src/gengine/OptionAgent.cpp
Lines 23-29 Link Here
23
#include "UnknownMsgException.h"
23
#include "UnknownMsgException.h"
24
#include "minmax.h"
24
#include "minmax.h"
25
25
26
#include <string.h> //strlen
26
#include <cstring> //strlen
27
#include <cstdlib>
27
#include <locale.h> //setlocale
28
#include <locale.h> //setlocale
28
29
29
#ifndef LC_MESSAGES
30
#ifndef LC_MESSAGES
30
-- src/gengine/StringTool.cpp
31
++ src/gengine/StringTool.cpp
Lines 9-14 Link Here
9
#include "StringTool.h"
9
#include "StringTool.h"
10
10
11
#include <sstream>
11
#include <sstream>
12
#include <cstdlib>
12
13
13
//-----------------------------------------------------------------
14
//-----------------------------------------------------------------
14
/**
15
/**
15
-- src/level/Landslip.cpp
16
++ src/level/Landslip.cpp
Lines 10-15 Link Here
10
10
11
#include "Rules.h"
11
#include "Rules.h"
12
#include "minmax.h"
12
#include "minmax.h"
13
#include <cstring>
13
14
14
//-----------------------------------------------------------------
15
//-----------------------------------------------------------------
15
    Landslip::Landslip(const ModelList &models)
16
    Landslip::Landslip(const ModelList &models)

Return to bug 218954