diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-11 12:37:28 +0000 | 
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-11 12:37:28 +0000 | 
| commit | 74aab77ef54192625b28c620980de76f08a1513d (patch) | |
| tree | 67d236746604faa307172248f14d0c1cfdd98b95 /audio/midimountain/files/patch-midimountain::mvcMapperProperties.cpp | |
| parent | spelling-typo (diff) | |
Make audio/midimountain compiled again with the new GCC
PR:		ports/46169
Submitted by:	Kuang-che Wu <kcwu@kcwu.dyndns.org>
Diffstat (limited to 'audio/midimountain/files/patch-midimountain::mvcMapperProperties.cpp')
| -rw-r--r-- | audio/midimountain/files/patch-midimountain::mvcMapperProperties.cpp | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/audio/midimountain/files/patch-midimountain::mvcMapperProperties.cpp b/audio/midimountain/files/patch-midimountain::mvcMapperProperties.cpp new file mode 100644 index 000000000000..a0a61ca6179b --- /dev/null +++ b/audio/midimountain/files/patch-midimountain::mvcMapperProperties.cpp @@ -0,0 +1,11 @@ +--- midimountain/mvcMapperProperties.cpp	Wed Oct 24 09:47:34 2001 ++++ midimountain/mvcMapperProperties.cpp	Wed Dec 11 03:23:50 2002 +@@ -3,6 +3,8 @@ + //============================================================================= + #include <mvcMapperProperties.h> + #include <stdio.h> ++#include <iostream> ++using namespace std; +  + void CloseClickedMapperProperties( GtkButton *button, gpointer user_data ); + void AddPresetClickedMapperProperties( GtkButton *button, gpointer user_data ); | 
