diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-09-14 21:23:39 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-09-14 22:28:32 +0200 |
| commit | de97ce71260a1c01182c08cccbc4c08fb1ac89a4 (patch) | |
| tree | 5b3d785685204cc647085c62ff78d9de71f56ef2 /tests | |
| parent | f48aedd89fc7654a8435367aa50a124724dfcd0c (diff) | |
| download | qxmpp-de97ce71260a1c01182c08cccbc4c08fb1ac89a4.tar.gz | |
tests: utils: Add missing <memory> include
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/util.h b/tests/util.h index 4f193d6a..b1f239b4 100644 --- a/tests/util.h +++ b/tests/util.h @@ -9,6 +9,7 @@ #include "QXmppPasswordChecker.h" +#include <memory> #include <variant> #include <QDomDocument> |
