[Title] Fixed build error.
authorgyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 28 Nov 2012 08:29:03 +0000 (17:29 +0900)
committergyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 28 Nov 2012 08:29:03 +0000 (17:29 +0900)
[Desc.] add "#endif" in TcIDE.h and "#include TcIDE.h" in main.cpp
[Issue] #7526

Change-Id: I99950d15bf9c2b0f0ddac0491bb3129432e2c86b

vts/src/TcIDE.h
vts/src/main.cpp

index bd64d02..6ef4bed 100644 (file)
@@ -7,6 +7,7 @@
 
 #ifndef __tcide_h__
 #define __tcide_h__
+#endif
 
 #include "string.h"
 #include "tcbase.h"
@@ -22,6 +23,6 @@ public:
         virtual void Prepare();
         void runTest();
         void AddTest(TC* tc);
-}
+};
 
 } // end of namespace
index 6d15cca..153ea4b 100644 (file)
@@ -14,6 +14,7 @@
 #include "TcAV.h"
 #include "TcNet.h"
 #include "TcSS.h"
+#include "TcIDE.h"
 
 using namespace te_test;