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

(-)src/marsyas/LPC.h~ (-1 / +1 lines)
Lines 35-41 Link Here
35
#include "MagFFT.h"
35
#include "MagFFT.h"
36
#include "fvec.h"
36
#include "fvec.h"
37
#include "fmatrix.h"
37
#include "fmatrix.h"
38
#include <math.h>
38
#include <cstdlib>
39
#include "AutoCorrelation.h"
39
#include "AutoCorrelation.h"
40
#include "MarSignal.h"
40
#include "MarSignal.h"
41
41
(-)src/sndpeek/RtAudio.h.old (-1 / +2 lines)
Lines 43-50 Link Here
43
#define __RTAUDIO_H
43
#define __RTAUDIO_H
44
44
45
#include "RtError.h"
45
#include "RtError.h"
46
#include <string>
46
#include <cstring>
47
#include <vector>
47
#include <vector>
48
#include <cstdlib>
48
using namespace std;
49
using namespace std;
49
50
50
// Operating system dependent thread functionality.
51
// Operating system dependent thread functionality.

Return to bug 229211