X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FUIUCModel%2Fuiuc_warnings_errors.cpp;h=50866ad1450fcdb101aed5af2f0916ea3a511085;hb=f04d5f8758ef4b5524a9396a84351bf86db6763e;hp=e83531eee9a340d44bb91fb09e69cada094544b7;hpb=7289eaa8baafac56a3e32dedd5b77d3534d61c4a;p=flightgear.git diff --git a/src/FDM/UIUCModel/uiuc_warnings_errors.cpp b/src/FDM/UIUCModel/uiuc_warnings_errors.cpp index e83531eee..50866ad14 100644 --- a/src/FDM/UIUCModel/uiuc_warnings_errors.cpp +++ b/src/FDM/UIUCModel/uiuc_warnings_errors.cpp @@ -70,21 +70,22 @@ Prints to screen the follow: You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - USA or view http://www.gnu.org/copyleft/gpl.html. + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. **********************************************************************/ +#include + #include "uiuc_warnings_errors.h" -SG_USING_STD (cerr); -SG_USING_STD (endl); +using std::cerr; +using std::endl; #ifndef _MSC_VER -SG_USING_STD (exit); +using std::exit; #endif -void uiuc_warnings_errors(int errorCode, string line) +void uiuc_warnings_errors(int errorCode, std::string line) { switch (errorCode) {