mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 10:33:10 +02:00
Fix #include for Unix
This commit is contained in:
parent
36312e7bb4
commit
8c1ece8865
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