diff --git a/src/test/cpp/common/framework.h b/src/test/cpp/common/framework.h index 1dd72d5..562d467 100644 --- a/src/test/cpp/common/framework.h +++ b/src/test/cpp/common/framework.h @@ -12,6 +12,8 @@ #include #include +using namespace std; + class SimElement{ public: virtual ~SimElement(){}