From aa859aae6bff8cb44edca2b1653dcf75aed14eb9 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Thu, 5 Oct 2017 10:08:09 +0200 Subject: [PATCH] Update framework.h Add missing using namespace std; --- src/test/cpp/common/framework.h | 2 ++ 1 file changed, 2 insertions(+) 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(){}