diff options
-rw-r--r-- | backends/midi/ym2612.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/midi/ym2612.cpp b/backends/midi/ym2612.cpp index 69bfef8cc9..0b1eb28c9f 100644 --- a/backends/midi/ym2612.cpp +++ b/backends/midi/ym2612.cpp @@ -22,11 +22,13 @@ * $Header$ */ -#include <math.h> #include "common/util.h" #include "sound/mididrv.h" #include "sound/mixer.h" +#include <math.h> + + //////////////////////////////////////// // // Miscellaneous |