mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
Fix #include for Unix
This commit is contained in:
parent
c7c355c19f
commit
7fb434613c
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@
|
|||
|
||||
#include "LoginDialog.h"
|
||||
|
||||
#include <QDesktopServices>
|
||||
|
||||
#include <NetworkingConstants.h>
|
||||
#include <QDesktopServices.h>
|
||||
|
||||
#include "AccountManager.h"
|
||||
#include "DependencyManager.h"
|
||||
|
|
Loading…
Reference in a new issue