diff options
author | Max Horn | 2005-01-10 22:51:42 +0000 |
---|---|---|
committer | Max Horn | 2005-01-10 22:51:42 +0000 |
commit | ec79a9a7688b9573da46833a3fe7277d5f6d48d1 (patch) | |
tree | ac6ecd969aa350fa7129d9497476982aa83c6762 /sound/softsynth | |
parent | df7f9eb18299b9c68c3f5ec260ede991f5724dd9 (diff) | |
download | scummvm-rg350-ec79a9a7688b9573da46833a3fe7277d5f6d48d1.tar.gz scummvm-rg350-ec79a9a7688b9573da46833a3fe7277d5f6d48d1.tar.bz2 scummvm-rg350-ec79a9a7688b9573da46833a3fe7277d5f6d48d1.zip |
A little more moving around #include's (last one for today ;-)
svn-id: r16534
Diffstat (limited to 'sound/softsynth')
-rw-r--r-- | sound/softsynth/ym2612.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/softsynth/ym2612.cpp b/sound/softsynth/ym2612.cpp index 58710a586c..8d37ee8ec6 100644 --- a/sound/softsynth/ym2612.cpp +++ b/sound/softsynth/ym2612.cpp @@ -26,6 +26,7 @@ #include <math.h> +#include "common/util.h" //////////////////////////////////////// // |