From 8c0cfbf6610b1a3a70ee1d6098a9c7dacfba5445 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 16 Aug 2018 21:56:43 +0900 Subject: Switched from strstream to sstream. Signed-off-by: Michele Calgaro --- src/base/Studio.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/base/Studio.cpp') diff --git a/src/base/Studio.cpp b/src/base/Studio.cpp index 89e7cc1..257aa64 100644 --- a/src/base/Studio.cpp +++ b/src/base/Studio.cpp @@ -20,6 +20,7 @@ */ #include +#include #include "Studio.h" #include "MidiDevice.h" @@ -30,12 +31,6 @@ #include "Track.h" #include "Composition.h" -#if (__GNUC__ < 3) -#include -#define stringstream strstream -#else -#include -#endif using std::cerr; using std::endl; -- cgit v1.2.1