@@ -15,6 +15,11 @@ | |||||
* along with this program; if not, write to the Free Software | * along with this program; if not, write to the Free Software | ||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||||
*/ | */ | ||||
#include <string> | |||||
#include <iostream> | |||||
#include <stdio.h> | |||||
#include "DistributorPlugin.h" | #include "DistributorPlugin.h" | ||||
#include "DistributorPluginGUI.h" | #include "DistributorPluginGUI.h" | ||||
#include <FL/Fl_Button.h> | #include <FL/Fl_Button.h> | ||||
@@ -15,6 +15,10 @@ | |||||
* along with this program; if not, write to the Free Software | * along with this program; if not, write to the Free Software | ||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||||
*/ | */ | ||||
#include <string> | |||||
#include <iostream> | |||||
#include <stdio.h> | |||||
#include "SplitterPlugin.h" | #include "SplitterPlugin.h" | ||||
#include "SplitterPluginGUI.h" | #include "SplitterPluginGUI.h" | ||||
#include <FL/Fl_Button.h> | #include <FL/Fl_Button.h> | ||||
@@ -16,6 +16,11 @@ | |||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||||
*/ | */ | ||||
#include <string> | |||||
#include <iostream> | |||||
#include <stdio.h> | |||||
#include <math.h> | |||||
#include "TransposePlugin.h" | #include "TransposePlugin.h" | ||||
#include "TransposePluginGUI.h" | #include "TransposePluginGUI.h" | ||||
#include "SpiralIcon.xpm" | #include "SpiralIcon.xpm" | ||||
@@ -1459,7 +1459,7 @@ void SynthModular::LoadPatch(const char *fn) | |||||
if (in) | if (in) | ||||
{ | { | ||||
fstream inf; | fstream inf; | ||||
inf.open(fn); | |||||
inf.open(fn, std::ios::in); | |||||
m_FilePath=fn; | m_FilePath=fn; | ||||