Tizen 2.1 base
[platform/framework/web/wrt-installer.git] / src / configuration_parser / ignoring_parser.cpp
index a997f29..9fc90a0 100644 (file)
@@ -21,6 +21,8 @@
  */
 #include "ignoring_parser.h"
 
+#include <memory>
+
 IgnoringParser::IgnoringParser() : ElementParser()
 {
 }
@@ -32,7 +34,7 @@ ElementParserPtr IgnoringParser::Create()
 
 ElementParserPtr IgnoringParser::Reuse()
 {
-    return SharedFromThis();
+    return shared_from_this();
 }
 
 ElementParser::ActionFunc IgnoringParser::GetElementParser(const DPL::String& /*ns*/,