<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">while compiling with clang++-3.8 I am getting missing header file error.<div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><b class="">header.cpp:1:10: </b></span><span style="font-variant-ligatures: no-common-ligatures; color: #c33720" class=""><b class="">fatal error: </b></span><span style="font-variant-ligatures: no-common-ligatures" class=""><b class="">'string.h' file not found</b></span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#include <string.h></span></div><div style="margin: 0px; font-size: 13px; line-height: normal; font-family: Menlo; color: rgb(52, 188, 38); background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><b class="">         ^</b></span></div></div><div class="">I looked into the Builtin includes directory for clang++-3.8 and as expected string.h wasn’t there.</div><div class="">Am i supposed to add string.h to the builtin include dir or is there a simpler way to do this ?</div><div class=""><br class=""></div><div class="">Regards,</div><div class="">Shekhar </div></body></html>