added "using namespace std"

This commit is contained in:
Jeff Hill
2009-07-29 15:10:24 +00:00
parent 49ddec4294
commit d764e7d4df

View File

@@ -11,6 +11,7 @@
#include "epicsTime.h"
#include "testMain.h"
using namespace std;
typedef void ( * PTestFunc ) ( const double &, char * pBug, size_t bufSize );