projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ba41a1
)
forgot an assert
author
Matthias Braun
<matze@braunis.de>
Thu, 23 Jun 2005 22:43:12 +0000
(22:43 +0000)
committer
Matthias Braun
<matze@braunis.de>
Thu, 23 Jun 2005 22:43:12 +0000
(22:43 +0000)
SVN-Revision: 2639
src/audio/sound_file.cpp
patch
|
blob
|
history
diff --git
a/src/audio/sound_file.cpp
b/src/audio/sound_file.cpp
index
1420a17
..
b9aa051
100644
(file)
--- a/
src/audio/sound_file.cpp
+++ b/
src/audio/sound_file.cpp
@@
-8,6
+8,7
@@
#include <algorithm>
#include <stdexcept>
#include <sstream>
+#include <assert.h>
#include <physfs.h>
#include <vorbis/codec.h>
#include <vorbis/vorbisfile.h>