Resolved simulator build failure issue.
authorG S Senthil Kumar <senthil.gs@samsung.com>
Mon, 14 Mar 2016 09:53:16 +0000 (15:23 +0530)
committerUze Choi <uzchoi@samsung.com>
Mon, 11 Apr 2016 22:57:50 +0000 (22:57 +0000)
Included a necessary header file(algorithm) to prevent build failures
when using boost version(1.46).

Change-Id: I4c6e9829d6b1a59f7c6f745551ef92ee6514df26
Signed-off-by: G S Senthil Kumar <senthil.gs@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/5873
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
(cherry picked from commit 7d8d21aeb1cd01a7f8890a71f0fac97544afff81)
Reviewed-on: https://gerrit.iotivity.org/gerrit/7703
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/simulator/ramlparser/raml/IncludeResolver.cpp
service/simulator/ramlparser/raml/IncludeResolver.h

index 2de6a19..0dbf0bb 100755 (executable)
@@ -19,7 +19,6 @@
  ******************************************************************/\r
 \r
 #include "IncludeResolver.h"\r
-#include <algorithm>\r
 \r
 namespace RAML\r
 {\r
index 80345b7..6bb66fc 100755 (executable)
 #ifndef INCLUDE_RESOLVER_H\r
 #define INCLUDE_RESOLVER_H\r
 \r
-#include "yaml-cpp/yaml.h"\r
-#include "cJSON.h"\r
-#include "RamlUtils.h"\r
 #include <fstream>\r
+#include <algorithm>\r
+#include "cJSON.h"\r
+#include "yaml-cpp/yaml.h"\r
 #include "yaml-cpp/exceptions.h"\r
+#include "RamlUtils.h"\r
 #include "RamlExceptions.h"\r
 \r
 namespace RAML\r