mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-03-10 16:53:55 +00:00
Qualified all STL refs with std:: to get rid of the 'using namespace std' mismatch between the main code & debugger code
This commit is contained in:
@@ -22,8 +22,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
||||
#include "Util_Text.h"
|
||||
#include "Util_MemoryTextFile.h"
|
||||
|
||||
Reference in New Issue
Block a user