Skip to content

Commit

Permalink
Update session_ext.hxx to include variant (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippobrizzi authored Feb 4, 2025
1 parent bd4d741 commit d501cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/zenoh/api/ext/session_ext.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <algorithm>
#include <optional>
#include <variant>

#include "../base.hxx"
#include "../enums.hxx"
Expand Down Expand Up @@ -582,4 +583,4 @@ class SessionExt {
};
} // namespace zenoh::ext

#endif
#endif

0 comments on commit d501cec

Please sign in to comment.