Skip to content

Commit

Permalink
[qtcontacts-sqlite] Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mardy committed May 21, 2019
1 parent 47dc7f4 commit fd3ce92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/qtcontacts-extensions.h
Expand Up @@ -34,6 +34,7 @@

#include <QContactDetail>
#include <QContactId>
#include <QContactManager>

#include <QContactOnlineAccount>
#include <QContactPhoneNumber>
Expand Down
2 changes: 2 additions & 0 deletions src/extensions/qtcontacts-extensions_impl.h
Expand Up @@ -34,6 +34,8 @@

#include <qtcontacts-extensions.h>

#include <QDebug>

namespace {

QString normalize(const QString &input, int flags, int maxCharacters)
Expand Down

0 comments on commit fd3ce92

Please sign in to comment.