Skip to content

Commit

Permalink
string fixed
Browse files Browse the repository at this point in the history
stdio.h added (yacclib.h needs FILE)


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1023 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Oct 30, 2003
1 parent ac639c6 commit bad05be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modeq/runtime/ptolemyio.cpp
Expand Up @@ -3,7 +3,7 @@
*/
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>



Expand All @@ -13,6 +13,7 @@ extern "C"
{
#include "rml.h"
#include "../values.h"
#include <stdio.h>
#include "../absyn_builder/yacclib.h"

/* Given a file name and an array of variables, return the RML datastructure
Expand Down

0 comments on commit bad05be

Please sign in to comment.