1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/audio/midimountain/files/patch-midimountain::mvcMapperProperties.cpp
Edwin Groothuis 74aab77ef5 Make audio/midimountain compiled again with the new GCC
PR:		ports/46169
Submitted by:	Kuang-che Wu <kcwu@kcwu.dyndns.org>
2002-12-11 12:37:28 +00:00

12 lines
486 B
C++

--- 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 );