Skip to content

Commit

Permalink
Fixing IWYU problem, causing a build issue.
Browse files Browse the repository at this point in the history
We probably had string.h being included transitively, which is basically UB.

See https://gitlab-master.nvidia.com/dl/triton/perf_analyzer_ci/-/jobs/122143789#L4216
  • Loading branch information
nicolasnoble authored Nov 14, 2024
1 parent cf00679 commit 7e8b72f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client_backend/openai/http_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <map>
#include <memory>
#include <mutex>
#include <string>
#include <thread>

namespace triton { namespace perfanalyzer { namespace clientbackend {
Expand Down

0 comments on commit 7e8b72f

Please sign in to comment.