Skip to content

Commit 110b233

Browse files
yoneyfacebook-github-bot
authored andcommitted
Include folly/portability/Stdlib.h
Summary: Include folly/portability/Stdlib.h for HOST_NAME_MAX Reviewed By: vitaut Differential Revision: D68838613 fbshipit-source-id: 855b769639b07ea34494201d56e59c312c87044a
1 parent 4bdf294 commit 110b233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thrift/perf/cpp/ClientLoadConfig.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17-
#define __STDC_FORMAT_MACROS
18-
1917
#include <thrift/perf/cpp/ClientLoadConfig.h>
2018

19+
#include <folly/portability/Stdlib.h>
20+
2121
#include <gflags/gflags.h>
2222
#include <glog/logging.h>
2323

0 commit comments

Comments
 (0)