Specified the missing inclusion of standard library file.
authorG S Senthil Kumar <senthil.gs@samsung.com>
Thu, 28 Jan 2016 12:13:19 +0000 (17:43 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Mon, 1 Feb 2016 04:19:39 +0000 (04:19 +0000)
Included algorithm standard library file in RAML source file to avoid build failure.

Change-Id: Idf858145d3eede3b8bbaa2f39e6c5d7e910ed210
Signed-off-by: G S Senthil Kumar <senthil.gs@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/4877
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Abitha Shankar <abitha.s@samsung.com>
Reviewed-by: Harish Marappa <h.marappa@samsung.com>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/simulator/ramlparser/raml/IncludeResolver.cpp

index 0dbf0bb..2de6a19 100755 (executable)
@@ -19,6 +19,7 @@
  ******************************************************************/\r
 \r
 #include "IncludeResolver.h"\r
+#include <algorithm>\r
 \r
 namespace RAML\r
 {\r