Skip to content

Commit

Permalink
fix missing includes (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-anants authored and mc-nv committed Nov 6, 2024
1 parent 097ca8f commit c394623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/base_queue_ctx_id_tracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#pragma once

#include <queue>
#include <stdexcept>

#include "ictx_id_tracker.h"

Expand Down
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 @@ -34,6 +34,7 @@
#include <memory>
#include <mutex>
#include <thread>
#include <string>

namespace triton { namespace perfanalyzer { namespace clientbackend {
namespace openai {
Expand Down

0 comments on commit c394623

Please sign in to comment.