From 15f7400b97fbb78ae0f71b41d66abd7b5b69c671 Mon Sep 17 00:00:00 2001 From: G S Senthil Kumar Date: Thu, 28 Jan 2016 17:43:19 +0530 Subject: [PATCH] Specified the missing inclusion of standard library file. Included algorithm standard library file in RAML source file to avoid build failure. Change-Id: Idf858145d3eede3b8bbaa2f39e6c5d7e910ed210 Signed-off-by: G S Senthil Kumar Reviewed-on: https://gerrit.iotivity.org/gerrit/4877 Tested-by: jenkins-iotivity Reviewed-by: Abitha Shankar Reviewed-by: Harish Marappa Reviewed-by: Madan Lanka --- service/simulator/ramlparser/raml/IncludeResolver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/service/simulator/ramlparser/raml/IncludeResolver.cpp b/service/simulator/ramlparser/raml/IncludeResolver.cpp index 0dbf0bb..2de6a19 100755 --- a/service/simulator/ramlparser/raml/IncludeResolver.cpp +++ b/service/simulator/ramlparser/raml/IncludeResolver.cpp @@ -19,6 +19,7 @@ ******************************************************************/ #include "IncludeResolver.h" +#include namespace RAML { -- 2.7.4