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

(-)muse-0.8.1.old/synti/deicsonze/deicsonze.h (+1 lines)
Lines 34-39 Link Here
34
#include <iostream>
34
#include <iostream>
35
#include <vector>
35
#include <vector>
36
#include <string>
36
#include <string>
37
#include <cstdlib>
37
38
38
#include "deicsonzegui.h"
39
#include "deicsonzegui.h"
39
#include "libsynti/mess.h"
40
#include "libsynti/mess.h"
(-)muse-0.8.1.old/synti/simpledrums/ssplugin.h (+1 lines)
Lines 16-21 Link Here
16
//#include <ladspa.h>
16
//#include <ladspa.h>
17
#include "muse/ladspa.h"
17
#include "muse/ladspa.h"
18
#include <math.h>
18
#include <math.h>
19
#include <cstdlib>
19
20
20
//---------------------------------------------------------
21
//---------------------------------------------------------
21
//   Port
22
//   Port
(-)muse-0.8.1.old/muse/memory.h (+1 lines)
Lines 11-16 Link Here
11
11
12
#include <stdio.h>
12
#include <stdio.h>
13
#include <map>
13
#include <map>
14
#include <cstdlib>
14
15
15
// most of the following code is based on examples
16
// most of the following code is based on examples
16
// from Bjarne Stroustrup: "Die C++ Programmiersprache"
17
// from Bjarne Stroustrup: "Die C++ Programmiersprache"
(-)muse-0.8.1.old/muse/widgets/poslabel.h (+1 lines)
Lines 9-14 Link Here
9
#define __POSLABEL_H__
9
#define __POSLABEL_H__
10
10
11
#include <qlabel.h>
11
#include <qlabel.h>
12
#include <cstdlib>
12
13
13
//---------------------------------------------------------
14
//---------------------------------------------------------
14
//   PosLabel
15
//   PosLabel
(-)muse-0.8.1.old/muse/evdata.h (+1 lines)
Lines 10-15 Link Here
10
#define __EVDATA_H__
10
#define __EVDATA_H__
11
11
12
#include <memory.h>
12
#include <memory.h>
13
#include <cstring>
13
14
14
//---------------------------------------------------------
15
//---------------------------------------------------------
15
//   EvData
16
//   EvData
(-)muse-0.8.1.old/muse/thread.h (+1 lines)
Lines 11-16 Link Here
11
11
12
#include <pthread.h>
12
#include <pthread.h>
13
#include <list>
13
#include <list>
14
#include <cstdlib>
14
15
15
//---------------------------------------------------------
16
//---------------------------------------------------------
16
//   Poll
17
//   Poll
(-)muse-0.8.1.old/muse/help.cpp (+1 lines)
Lines 9-14 Link Here
9
#include <unistd.h>
9
#include <unistd.h>
10
#include <qmessagebox.h>
10
#include <qmessagebox.h>
11
#include <qprocess.h>
11
#include <qprocess.h>
12
#include <cstdlib>
12
13
13
#include "app.h"
14
#include "app.h"
14
#include "globals.h"
15
#include "globals.h"
(-)muse-0.8.1.old/muse/ctrl.h (+1 lines)
Lines 13-18 Link Here
13
13
14
#include <map>
14
#include <map>
15
#include <list>
15
#include <list>
16
#include <cstdlib>
16
17
17
const int AC_VOLUME = 0;
18
const int AC_VOLUME = 0;
18
const int AC_PAN    = 1;
19
const int AC_PAN    = 1;

Return to bug 239896