X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fctsupport.h;h=b4063e30a56eccb2f26f47b2c38d318e5059ff28;hp=84eef25d596938d97f3a9fd29665468280966ec8;hb=4076fbc077adfd9ee610beef09b52d9e12c14abb;hpb=c39188dafe238b70c0e2dd45fd1cd2e2be95a7dc diff --git a/include/ctsupport.h b/include/ctsupport.h index 84eef25..b4063e3 100644 --- a/include/ctsupport.h +++ b/include/ctsupport.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsupport.h,v 1.20 2001/01/01 10:14:34 kevin Exp $ +** $Id: ctsupport.h,v 1.21 2001/01/02 07:47:36 kevin Exp $ ** ** ** This program is free software; you can redistribute it and/or modify @@ -48,6 +48,12 @@ #include #include +#if defined(MSVC) || HAVE_SSTREAM +#include +#else +#include +#endif + #define TRUE 1 #define FALSE 0 #define OK TRUE