Skip to content

Commit

Permalink
Include folly/portability/Stdlib.h
Browse files Browse the repository at this point in the history
Summary: Include folly/portability/Stdlib.h for HOST_NAME_MAX

Reviewed By: vitaut

Differential Revision: D68838613

fbshipit-source-id: 855b769639b07ea34494201d56e59c312c87044a
  • Loading branch information
yoney authored and facebook-github-bot committed Jan 29, 2025
1 parent 615d462 commit a180c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third-party/thrift/src/thrift/perf/cpp/ClientLoadConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
* limitations under the License.
*/

#define __STDC_FORMAT_MACROS

#include <thrift/perf/cpp/ClientLoadConfig.h>

#include <folly/portability/Stdlib.h>

#include <gflags/gflags.h>
#include <glog/logging.h>

Expand Down

0 comments on commit a180c6f

Please sign in to comment.