beast r4481 - in trunk: . tests/bse tools



Author: stw
Date: Thu Jun 12 10:38:38 2008
New Revision: 4481
URL: http://svn.gnome.org/viewvc/beast?rev=4481&view=rev

Log:
Compile fixes for G++-4.3.

Wed Jun 11 14:04:31 2008  Stefan Westerfeld  <stefan space twc de>

	* tests/bse/filtertest.cc:
	* tools/bsefextract.cc:
	* tools/bsefcompare.cc:
	* tools/bsewavetool.cc: Compile fixes for G++-4.3: Added a few
	standard includes.


Modified:
   trunk/ChangeLog
   trunk/tests/bse/filtertest.cc
   trunk/tools/bsefcompare.cc
   trunk/tools/bsefextract.cc
   trunk/tools/bsewavetool.cc

Modified: trunk/tests/bse/filtertest.cc
==============================================================================
--- trunk/tests/bse/filtertest.cc	(original)
+++ trunk/tests/bse/filtertest.cc	Thu Jun 12 10:38:38 2008
@@ -26,6 +26,7 @@
 #include <birnet/birnettests.h>
 #include "topconfig.h"
 #include <errno.h>
+#include <stdlib.h>
 
 using std::string;
 using std::vector;

Modified: trunk/tools/bsefcompare.cc
==============================================================================
--- trunk/tools/bsefcompare.cc	(original)
+++ trunk/tools/bsefcompare.cc	Thu Jun 12 10:38:38 2008
@@ -26,6 +26,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <string.h>
 
 #include "topconfig.h"
 

Modified: trunk/tools/bsefextract.cc
==============================================================================
--- trunk/tools/bsefextract.cc	(original)
+++ trunk/tools/bsefextract.cc	Thu Jun 12 10:38:38 2008
@@ -22,6 +22,8 @@
 #include <bse/gslfft.h>
 #include <bse/gslfilter.h>
 #include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
 #include <errno.h>
 #include <assert.h>
 #include "topconfig.h"

Modified: trunk/tools/bsewavetool.cc
==============================================================================
--- trunk/tools/bsewavetool.cc	(original)
+++ trunk/tools/bsewavetool.cc	Thu Jun 12 10:38:38 2008
@@ -33,6 +33,7 @@
 #include <fcntl.h>
 #include <vector>
 #include <map>
+#include <algorithm>
 
 
 namespace BseWaveTool {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]