mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Try to fix windows Winsock.h compilation error
This commit is contained in:
parent
55696ec0ba
commit
241c0236fc
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <mtx/responses.hpp>
|
||||
|
||||
#include <QAbstractListModel>
|
||||
#include <QColor>
|
||||
|
@ -8,6 +7,8 @@
|
|||
#include <QHash>
|
||||
#include <QSet>
|
||||
|
||||
#include <mtx/responses.hpp>
|
||||
|
||||
#include "Cache.h"
|
||||
#include "Logging.h"
|
||||
#include "MatrixClient.h"
|
||||
|
|
Loading…
Reference in a new issue