ttsnoop: deal with iostream.h and missing sentinels.
Replacing strstream may be possible, but requires more work and a better understanding of the code.
This commit is contained in:
committed by
Jon Trulson
parent
380232cb93
commit
20081d15c9
@@ -29,7 +29,7 @@
|
||||
#ifndef TT_CXX_H
|
||||
#define TT_CXX_H
|
||||
|
||||
#if defined(linux)
|
||||
#if defined(linux) || defined(CSRG_BASED)
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user