summaryrefslogtreecommitdiffstats
path: root/src/sound/MidiFile.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-08-16 21:56:43 +0900
committerMichele Calgaro <[email protected]>2018-08-16 21:56:43 +0900
commit8c0cfbf6610b1a3a70ee1d6098a9c7dacfba5445 (patch)
tree71225faf89542b685cf6ce4abe44a19c62051210 /src/sound/MidiFile.cpp
parent95fa0b3590f4be2e90efa67f9a9358cb57e9bdb0 (diff)
downloadrosegarden-8c0cfbf6610b1a3a70ee1d6098a9c7dacfba5445.tar.gz
rosegarden-8c0cfbf6610b1a3a70ee1d6098a9c7dacfba5445.zip
Switched from strstream to sstream.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/sound/MidiFile.cpp')
-rw-r--r--src/sound/MidiFile.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/sound/MidiFile.cpp b/src/sound/MidiFile.cpp
index c59efa7..2fb032d 100644
--- a/src/sound/MidiFile.cpp
+++ b/src/sound/MidiFile.cpp
@@ -27,6 +27,7 @@
#include <string>
#include <cstdio>
#include <algorithm>
+#include <sstream>
#include "Midi.h"
#include "MidiFile.h"
@@ -46,13 +47,6 @@
//#define MIDI_DEBUG 1
-#if (__GNUC__ < 3)
-#include <strstream>
-#define stringstream strstream
-#else
-#include <sstream>
-#endif
-
#include <kapp.h>
namespace Rosegarden