Skip to content

Commit

Permalink
gcc-4.3.0's string header doesn't include c header string.h anymore.
Browse files Browse the repository at this point in the history
We have to include cstring now. And debug.cpp has a similar problem,
including cstdlib fixes that.


git-svn-id: http://audiere.svn.sourceforge.net/svnroot/audiere/trunk@689 cb5fa4c3-b70d-0410-b4f6-90f5898e5689
  • Loading branch information
sunmoon1997 committed Dec 2, 2008
1 parent 2bbfedc commit 5b65806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/audiere.h
Expand Up @@ -28,6 +28,7 @@

#include <vector>
#include <string>
#include <cstring>

#ifdef _MSC_VER
#pragma warning(disable : 4786)
Expand Down
1 change: 1 addition & 0 deletions src/debug.cpp
Expand Up @@ -4,6 +4,7 @@

#include "debug.h"

#include <cstdlib>

namespace audiere {

Expand Down

0 comments on commit 5b65806

Please sign in to comment.