diff --git a/src/SelectedOutput.cpp b/src/SelectedOutput.cpp index f4843588..19ff8a51 100644 --- a/src/SelectedOutput.cpp +++ b/src/SelectedOutput.cpp @@ -1,14 +1,12 @@ // SelectedOutput.cpp: implementation of the CSelectedOutput class. // ////////////////////////////////////////////////////////////////////// -#if defined(_DEBUG) -#pragma warning(disable : 4786) // disable truncation warning -#include // std::ostringstream -#include // ::OutputDebugString -#else -#if defined(PHREEQC_CLASS) -#include // ::OutputDebugString +#if defined(WIN32) +#include // reqd to avoid namespace problems #endif + +#if defined(_DEBUG) +#include // std::ostringstream #endif #include