X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdialogs.cpp;h=f2102d03931d146b127a43b7b5c2bcb85a873c01;hb=59d0884ed43a119a1c57fca65689ea9ee55ccfa8;hp=830cc0073638558df749c9bd2185578ba7188df4;hpb=b077f2d1da29c5ee22a7c8cb9f8bd2dc25373e82;p=ctsim.git diff --git a/src/dialogs.cpp b/src/dialogs.cpp index 830cc00..f2102d0 100644 --- a/src/dialogs.cpp +++ b/src/dialogs.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: dialogs.cpp,v 1.16 2000/12/17 19:07:46 kevin Exp $ +** $Id: dialogs.cpp,v 1.17 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 @@ -47,7 +47,6 @@ #include "wx/statline.h" #include "wx/sizer.h" #include "dialogs.h" -#include #include "ctsupport.h" #include "ctsim.h" #include "scanner.h" @@ -55,6 +54,12 @@ #include "filter.h" #include "backprojectors.h" +#if defined(MSVC) || HAVE_SSTREAM +#include +#else +#include +#endif + StringValueAndTitleListBox::StringValueAndTitleListBox (wxDialog* pParent, int nChoices, const char* aszTitle[], const char* aszValue[]) : wxListBox ()