Skip to content

Commit

Permalink
[meta] Add missing includes for saiattributelist.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Feb 24, 2020
1 parent 33e432c commit 1809f7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meta/saiattributelist.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

#include "SaiAttributeList.h"

#include <hiredis/hiredis.h>
#include "swss/dbconnector.h"
#include "swss/logger.h"
#include "sai_serialize.h"
#include "string.h"

using namespace saimeta;

// NOTE: this header is for backward compatibility swss

0 comments on commit 1809f7a

Please sign in to comment.