Skip to content

Commit

Permalink
xep-0292: added missed headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Jun 9, 2024
1 parent df5c400 commit ad80955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/iris/xmpp_vcard4.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "xmpp/xmpp-im/xmpp_vcard4.h"
2 changes: 2 additions & 0 deletions src/xmpp/xmpp-im/xmpp_vcard4.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include <QStringList>
#include <QUrl>

#include <variant>

namespace XMPP::VCard4 {

enum class Gender { Undefined, Male, Female, Other, None, Unknown };
Expand Down

0 comments on commit ad80955

Please sign in to comment.