*** empty log message ***

git-svn-id: svn://10.65.10.50/trunk@3489 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
simona 1996-09-03 09:54:51 +00:00
parent de9441eb52
commit bffd1f1957

View File

@ -1,4 +1,4 @@
// $Id: value.h,v 1.4 1996-05-08 11:08:39 guy Exp $
// $Id: value.h,v 1.5 1996-09-03 09:54:51 simona Exp $
// language types for Simulation and SimulationManager
// -------------------------------------------------------------------------
@ -10,11 +10,13 @@
#include <string.h>
#endif
#include <stdio.h>
#ifndef _iostream_h
#include <iostream.h>
#endif
#ifdef __WATCOMC__
#include stdlib.h
#include <stdlib.h>
#endif