Skip to content

Commit

Permalink
misc: Fix compiling issue in local environment
Browse files Browse the repository at this point in the history
Signed-off-by: Ze Gan <[email protected]>
  • Loading branch information
Pterosaur committed Mar 20, 2024
1 parent a8c5dc9 commit de1727c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dash-pipeline/SAI/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ CXXFLAGS_COMMON+= -Wno-switch-default
CXXFLAGS_COMMON+= -Wconversion
CXXFLAGS_COMMON+= -Wno-psabi
CXXFLAGS_COMMON+= -Wno-unused-label
CXXFLAGS_COMMON+= -Wno-unused-result

# Sources from OCP SAI Repo:
SAI_DIR=../SAI/meta/
Expand Down
1 change: 1 addition & 0 deletions dash-pipeline/SAI/src/objectidmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ extern "C" {

#include <set>
#include <map>
#include <string>

namespace dash
{
Expand Down

0 comments on commit de1727c

Please sign in to comment.