summaryrefslogtreecommitdiff
path: root/audio/libsidplay/files/patch-src_pp__.cpp
blob: 474e303fc160bed568cf7827ee037f2e62c24e9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/pp_.cpp.orig	2001-12-28 23:10:17 UTC
+++ src/pp_.cpp
@@ -40,6 +40,8 @@ static udword outputLen;
 static bool isCompressed;
 static bool globalError;
 
+using namespace std;
+
 
 // Move four bytes to Motorola big-endian double-word.
 static inline void bytesTOudword()