X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.cpp;h=2ee032f8e7b67ad45f3c05bb1ef7298edd170153;hp=cd16c7c1d7f2588dc20732769c98571814e1872b;hb=59d0884ed43a119a1c57fca65689ea9ee55ccfa8;hpb=dbd21ed1d289711579a94a5d5002f40bba8047b1 diff --git a/src/views.cpp b/src/views.cpp index cd16c7c..2ee032f 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: views.cpp,v 1.25 2000/12/16 06:12:47 kevin Exp $ +** $Id: views.cpp,v 1.26 2000/12/17 19:30:02 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -50,10 +50,16 @@ #include "dialogs.h" #include "dlgprojections.h" #include "dlgreconstruct.h" -#include #include "backprojectors.h" #include "reconstruct.h" #include "timer.h" + +#if defined(MSVC) || HAVE_SSTREAM +#include +#else +#include +#endif + // ImageFileCanvas