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

(-)ardour-2.7.1.orig/libs/pbd/convert.cc (+1 lines)
Lines 17-22 Link Here
17
17
18
*/
18
*/
19
19
20
#include <cstdio>
20
#include <cmath>
21
#include <cmath>
21
#include <locale>
22
#include <locale>
22
#include <algorithm>
23
#include <algorithm>
(-)ardour-2.7.1.orig/libs/pbd/pbd/convert.h (+1 lines)
Lines 20-25 Link Here
20
#ifndef __pbd_convert_h__
20
#ifndef __pbd_convert_h__
21
#define __pbd_convert_h__
21
#define __pbd_convert_h__
22
22
23
#include <stdint.h>
23
#include <string>
24
#include <string>
24
#include <vector>
25
#include <vector>
25
#include <sstream>
26
#include <sstream>
(-)ardour-2.7.1.orig/libs/pbd/shortpath.cc (+1 lines)
Lines 17-22 Link Here
17
17
18
*/
18
*/
19
19
20
#include <stdint.h>
20
#include <pbd/shortpath.h>
21
#include <pbd/shortpath.h>
21
22
22
using namespace Glib;
23
using namespace Glib;
(-)ardour-2.7.1.orig/libs/pbd/stacktrace.cc (+1 lines)
Lines 17-22 Link Here
17
17
18
*/
18
*/
19
19
20
#include <cstdio>
20
#include <pbd/stacktrace.h>
21
#include <pbd/stacktrace.h>
21
#include <iostream>
22
#include <iostream>
22
23

Return to bug 251034