diff options
Diffstat (limited to 'media-sound/hydrogen/files/hydrogen-0.9.0_beta1-math.patch')
-rw-r--r-- | media-sound/hydrogen/files/hydrogen-0.9.0_beta1-math.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/hydrogen/files/hydrogen-0.9.0_beta1-math.patch b/media-sound/hydrogen/files/hydrogen-0.9.0_beta1-math.patch new file mode 100644 index 000000000000..c7999c9876ec --- /dev/null +++ b/media-sound/hydrogen/files/hydrogen-0.9.0_beta1-math.patch @@ -0,0 +1,12 @@ +diff -ru hydrogen-0.9.0beta1-orig/hydrogen_gui/InstrumentPropertiesDialog.cpp hydrogen-0.9.0beta1/hydrogen_gui/InstrumentPropertiesDialog.cpp +--- hydrogen-0.9.0beta1-orig/hydrogen_gui/InstrumentPropertiesDialog.cpp 2004-08-18 03:41:32.296463024 +0200 ++++ hydrogen-0.9.0beta1/hydrogen_gui/InstrumentPropertiesDialog.cpp 2004-08-18 03:44:07.291900136 +0200 +@@ -22,6 +22,8 @@ + * + */ + ++#include <math.h> ++ + #include "InstrumentPropertiesDialog.h" + #include "FilePreview.h" + |