Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 68070 | Differences between
and this patch

Collapse All | Expand All

(-)src.0/audiere.h (+1 lines)
Lines 28-33 Link Here
28
28
29
#include <vector>
29
#include <vector>
30
#include <string>
30
#include <string>
31
#include <cstring>
31
32
32
#ifdef _MSC_VER
33
#ifdef _MSC_VER
33
#pragma warning(disable : 4786)
34
#pragma warning(disable : 4786)
(-)src.0/debug.h (-1 / +1 lines)
Lines 5-11 Link Here
5
#include <assert.h>
5
#include <assert.h>
6
#include <stdio.h>
6
#include <stdio.h>
7
#include <string>
7
#include <string>
8
8
#include <cstdlib>
9
9
10
namespace audiere {
10
namespace audiere {
11
11

Return to bug 68070