X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fsimulator%2Framlparser%2Framl%2Fmodel%2FRaml.h;h=482919b80cef9459fb2ded5f9c7545a01f8bc2fe;hb=3c093548382bb2542c87a67e6e5fa32552c29cb3;hp=855d8f4a46597af3a8ca51cd4ac217fa8303a49f;hpb=edcfc3d2329da7b914771c0dcff5f42c9b74fd93;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/simulator/ramlparser/raml/model/Raml.h b/service/simulator/ramlparser/raml/model/Raml.h index 855d8f4..482919b 100755 --- a/service/simulator/ramlparser/raml/model/Raml.h +++ b/service/simulator/ramlparser/raml/model/Raml.h @@ -49,7 +49,11 @@ #include "yaml-cpp/exceptions.h" #include "RamlExceptions.h" #include "RamlUtils.h" +#if defined (__TIZENRT__) +#include +#else #include "cJSON.h" +#endif namespace RAML